Skip to content

Commit c1faa64

Browse files
committed
Update .travis.yml
set PYTHONHOME so npython picks up the virtualenv
1 parent fad7ba3 commit c1faa64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ install:
1818
- python setup.py build_ext --inplace
1919
script:
2020
- export PYTHONPATH=`pwd`
21+
- export PYTHONHOME=`python -c "import sys; print(sys.exec_prefix)"`
2122
- ./npython src/tests/runtests.py

0 commit comments

Comments
 (0)