]> git.phdru.name Git - ppu.git/blobdiff - appveyor.yml
Tests(CI): Run py27-flake8 and py34-flake8 tests at Travis and AppVeyor
[ppu.git] / appveyor.yml
index 4ca6f9081df298c1f2722c6114dd0733f0b2397b..84316e31d096431ad3ba99cfd383f4c8da0269a9 100644 (file)
@@ -58,6 +58,14 @@ environment:
       PYTHON_VERSION: "3.6"
       PYTHON_ARCH: "64"
       PYTHON_HOME: "C:\\Python36-x64"
+    - TOX_ENV: "py27-flake8"
+      PYTHON_VERSION: "2.7"
+      PYTHON_ARCH: "32"
+      PYTHON_HOME: "C:\\Python27"
+    - TOX_ENV: "py34-flake8"
+      PYTHON_VERSION: "3.4"
+      PYTHON_ARCH: "64"
+      PYTHON_HOME: "C:\\Python34-x64"
 
 install:
   # Ensure we use the right python version