switch to python2 with flake8 for now

This commit is contained in:
Patrick Kanzler 2017-01-30 02:56:15 +01:00
parent fc5ad1673c
commit f885de2f2a
No known key found for this signature in database
GPG Key ID: F07F07153306FCEF
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ matrix:
env: TOXENV=pypy3 env: TOXENV=pypy3
- python: 2.7 - python: 2.7
env: TOXENV=docs env: TOXENV=docs
- python: 3.4 # TODO add flake8 also for python3
- python: 2.7
env: TOXENV=flake8 env: TOXENV=flake8
allow_failures: allow_failures:
- python: 3.5-dev - python: 3.5-dev