Skip to content

Commit f885de2

Browse files
committed
switch to python2 with flake8 for now
1 parent fc5ad16 commit f885de2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ matrix:
2525
env: TOXENV=pypy3
2626
- python: 2.7
2727
env: TOXENV=docs
28-
- python: 3.4
28+
# TODO add flake8 also for python3
29+
- python: 2.7
2930
env: TOXENV=flake8
3031
allow_failures:
3132
- python: 3.5-dev

0 commit comments

Comments
 (0)