Skip to content

Commit

Permalink
travis config to run flake8 in python3.6 now
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed Aug 23, 2018
1 parent 9a3c7a1 commit ed9d396
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -27,7 +27,9 @@ matrix:
fast_finish: true

include:
- env: TOX_ENV=flake8
- python: 3.6
env:
- TOX_ENV=flake8

#
# CPython 2.7
Expand Down

0 comments on commit ed9d396

Please sign in to comment.