run flake8 in both python2 and python3
This commit is contained in:
parent
1579f05cb7
commit
1038844567
|
@ -25,9 +25,10 @@ matrix:
|
|||
env: TOXENV=pypy3
|
||||
- python: 2.7
|
||||
env: TOXENV=docs
|
||||
# TODO add flake8 also for python3
|
||||
- python: 2.7
|
||||
env: TOXENV=flake8
|
||||
- python: 3.4
|
||||
env: TOXENV=flake8
|
||||
allow_failures:
|
||||
- python: 3.5-dev
|
||||
- python: nightly
|
||||
|
|
Loading…
Reference in New Issue