appveyor: Add Python36 to PATH

Otherwise the PyQt in the virtualenv won't be able to find python3.dll.
This commit is contained in:
Florian Bruhin 2017-03-30 21:53:13 +02:00
parent a6041834f8
commit c28c428051

View File

@ -14,6 +14,7 @@ environment:
install:
- C:\Python27\python -u scripts\dev\ci\appveyor_install.py
- set PATH=%PATH%;C:\Python36
test_script:
- C:\Python34\Scripts\tox -e %TESTENV%