]> git.phdru.name Git - ppu.git/commitdiff
Tests(CI): Run py27-flake8 and py34-flake8 tests at Travis and AppVeyor
authorOleg Broytman <phd@phdru.name>
Sun, 20 Aug 2017 20:07:30 +0000 (23:07 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 20 Aug 2017 20:11:25 +0000 (23:11 +0300)
.travis.yml
appveyor.yml

index d257dcef09862ff0a69813c174400c22f33d685e..d62df94e502f6fd2f85ba04bb4c2fd5a2ce24f82 100644 (file)
@@ -22,6 +22,8 @@ env:
   - TOXENV=py34
   - TOXENV=py35
   - TOXENV=py36
+  - TOXENV=py27-flake8
+  - TOXENV=py34-flake8
 
 install:
   - travis_retry pip install tox
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