We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c31f4 commit ba91878Copy full SHA for ba91878
1 file changed
.travis.yml
@@ -75,6 +75,8 @@ install:
75
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
- '(cd examples && bash run_examples.sh)'
81
82
after_success:
0 commit comments