Skip to content

Commit 1757ff0

Browse files
committed
TEST: Add run of tests without Slycot on TravisCI
1 parent 5ab74cf commit 1757ff0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ before_install:
3333
- conda install conda-build
3434
- conda config --add channels python-control
3535
- conda info -a
36-
- conda create -q -n test-environment python="$TRAVIS_PYTHON_VERSION" pip coverage slycot
36+
- conda create -q -n test-environment python="$TRAVIS_PYTHON_VERSION" pip coverage
3737
- source activate test-environment
3838
# coveralls not in conda repos
3939
- pip install coveralls
@@ -45,6 +45,11 @@ install:
4545

4646
# command to run tests
4747
script:
48+
# Before installing Slycot
49+
- python setup.py test
50+
51+
# Now, get and use Slycot
52+
- conda install slycot
4853
- coverage run setup.py test
4954

5055
after_success:

0 commit comments

Comments
 (0)