X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=appveyor.yml;h=84316e31d096431ad3ba99cfd383f4c8da0269a9;hb=c7d2f9b11f4ceb5421d63da56b9cd3e36b975b07;hp=4ca6f9081df298c1f2722c6114dd0733f0b2397b;hpb=469dd09fbbf5ed6ce62000512d007b2b98dedfc7;p=ppu.git diff --git a/appveyor.yml b/appveyor.yml index 4ca6f90..84316e3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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