Skip to content

Commit 0ec51a3

Browse files
committed
Update CI scripts now npython is no longer used.
1 parent 9b2d6f2 commit 0ec51a3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

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

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,3 @@ test_script:
3333
- mkdir c:\testdir
3434
- ps: copy-item (gci -path build -re -include Python.Test.dll)[0].FullName c:\testdir
3535
- c:\python\python.exe src\tests\runtests.py
36-
- c:\python\scripts\npython.exe src\tests\runtests.py

0 commit comments

Comments
 (0)