From: Oleg Broytman Date: Sun, 20 Aug 2017 20:07:30 +0000 (+0300) Subject: Tests(CI): Run py27-flake8 and py34-flake8 tests at Travis and AppVeyor X-Git-Tag: 0.6.0~21 X-Git-Url: https://git.phdru.name/?p=ppu.git;a=commitdiff_plain;h=c7d2f9b11f4ceb5421d63da56b9cd3e36b975b07 Tests(CI): Run py27-flake8 and py34-flake8 tests at Travis and AppVeyor --- diff --git a/.travis.yml b/.travis.yml index d257dce..d62df94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,8 @@ env: - TOXENV=py34 - TOXENV=py35 - TOXENV=py36 + - TOXENV=py27-flake8 + - TOXENV=py34-flake8 install: - travis_retry pip install tox 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