Merge pull request #2127 from jrobeson/require-py34-flake8

replace py27-flake8 with py34-flake8
This commit is contained in:
Johnny Robeson 2016-07-16 22:23:23 -04:00 committed by GitHub
commit 1ee7a3e2f1

View file

@ -17,14 +17,13 @@ matrix:
env: {TOX_ENV: py35-test}
# - python: pypy
# - env: {TOX_ENV: pypy-test}
- python: 2.7
env: {TOX_ENV: py27-flake8}
- python: 3.4
env: {TOX_ENV: py34-flake8}
- python: 2.7
env: {TOX_ENV: docs}
allow_failures:
- python: 3.4
env: {TOX_ENV: py34-test}
- python: 3.5
# Non-Python dependencies.