Skip to content

Commit ba91878

Browse files
committed
Setup Python path so examples can run.
1 parent 96c31f4 commit ba91878

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ install:
7575
script:
7676
- 'if [ $SLYCOT != "" ]; then python -c "import slycot"; fi'
7777
- coverage run setup.py test
78+
# set PYTHONPATH for examples
79+
- export PYTHONPATH=$PWD
7880
- '(cd examples && bash run_examples.sh)'
7981

8082
after_success:

0 commit comments

Comments
 (0)