Skip to content

Commit f994f08

Browse files
committed
Install slycot before control in Travis build
Travis build was failing because of a version mismatch between numpy version used to build control and that used to build slycot
1 parent 7e118e9 commit f994f08

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.travis.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1+
sudo: false
12
language: python
3+
4+
cache:
5+
apt: true
6+
pip: true
7+
directories:
8+
- $HOME/.cache/pip
9+
- $HOME/.local
10+
211
python:
312
- "2.7"
413
- "3.3"
@@ -25,9 +34,9 @@ before_install:
2534

2635
# Install packages
2736
install:
37+
- conda install slycot
2838
- conda build conda-recipe
2939
- conda install control --use-local
30-
- conda install slycot
3140
- pip install coveralls
3241

3342
# command to run tests

0 commit comments

Comments
 (0)