We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fad7ba3 commit c1faa64Copy full SHA for c1faa64
.travis.yml
@@ -18,4 +18,5 @@ install:
18
- python setup.py build_ext --inplace
19
script:
20
- export PYTHONPATH=`pwd`
21
+ - export PYTHONHOME=`python -c "import sys; print(sys.exec_prefix)"`
22
- ./npython src/tests/runtests.py
0 commit comments