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 9b2d6f2 commit 0ec51a3Copy full SHA for 0ec51a3
.travis.yml
@@ -18,5 +18,4 @@ install:
18
- python setup.py build_ext --inplace
19
script:
20
- export PYTHONPATH=`pwd`:$PYTHONPATH
21
- - export PYTHONHOME=`python -c "import sys; print(sys.exec_prefix)"`
22
- python src/tests/runtests.py
appveyor.yml
@@ -33,4 +33,3 @@ test_script:
33
- mkdir c:\testdir
34
- ps: copy-item (gci -path build -re -include Python.Test.dll)[0].FullName c:\testdir
35
- c:\python\python.exe src\tests\runtests.py
36
- - c:\python\scripts\npython.exe src\tests\runtests.py
0 commit comments