switch to python2 with flake8 for now
This commit is contained in:
parent
fc5ad1673c
commit
f885de2f2a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue