From c28c42805131492a7add8fd4c108d19c86040c9e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 30 Mar 2017 21:53:13 +0200 Subject: [PATCH] appveyor: Add Python36 to PATH Otherwise the PyQt in the virtualenv won't be able to find python3.dll. --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index 7d5c650d5..d3a790aaa 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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%