diff --git a/.appveyor.yml b/.appveyor.yml index 1921526..b3ed93a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,8 +3,10 @@ environment: TOXENV: py matrix: - - PYTHON: C:\Python36-x64 - PYTHON: C:\Python27-x64 + - PYTHON: C:\Python34-x64 + - PYTHON: C:\Python35-x64 + - PYTHON: C:\Python36-x64 init: - SET PATH=%PYTHON%;%PATH%