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 a40cd45 commit 0d13a80Copy full SHA for 0d13a80
.travis.yml
@@ -76,10 +76,12 @@ script:
76
- 'if [ $SLYCOT != "" ]; then python -c "import slycot"; fi'
77
- coverage run setup.py test
78
# set PYTHONPATH for examples
79
- - export PYTHONPATH=$PWD
80
- # pmw needed for examples/tfvis.py
81
- - conda install -c conda-forge pmw
82
- - '(cd examples && bash run_examples.sh)'
+ - if [[ "$SLYCOT" != "" ]]; then
+ export PYTHONPATH=$PWD
+ # pmw needed for examples/tfvis.py
+ conda install -c conda-forge pmw
83
+ '(cd examples && bash run_examples.sh)'
84
+ fi
85
86
after_success:
87
- coveralls
0 commit comments