We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab74cf commit 1757ff0Copy full SHA for 1757ff0
1 file changed
.travis.yml
@@ -33,7 +33,7 @@ before_install:
33
- conda install conda-build
34
- conda config --add channels python-control
35
- conda info -a
36
- - conda create -q -n test-environment python="$TRAVIS_PYTHON_VERSION" pip coverage slycot
+ - conda create -q -n test-environment python="$TRAVIS_PYTHON_VERSION" pip coverage
37
- source activate test-environment
38
# coveralls not in conda repos
39
- pip install coveralls
@@ -45,6 +45,11 @@ install:
45
46
# command to run tests
47
script:
48
+ # Before installing Slycot
49
+ - python setup.py test
50
+
51
+ # Now, get and use Slycot
52
+ - conda install slycot
53
- coverage run setup.py test
54
55
after_success:
0 commit comments