appveyor: Add Python36 to PATH
Otherwise the PyQt in the virtualenv won't be able to find python3.dll.
This commit is contained in:
parent
a6041834f8
commit
c28c428051
@ -14,6 +14,7 @@ environment:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- C:\Python27\python -u scripts\dev\ci\appveyor_install.py
|
- C:\Python27\python -u scripts\dev\ci\appveyor_install.py
|
||||||
|
- set PATH=%PATH%;C:\Python36
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- C:\Python34\Scripts\tox -e %TESTENV%
|
- C:\Python34\Scripts\tox -e %TESTENV%
|
||||||
|
Loading…
Reference in New Issue
Block a user