Skip to content

Commit

Permalink
Travis: pass flake8 only for python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus89 committed Aug 25, 2016
1 parent 9053761 commit 3539413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ install:
- pip install .
- pip install -U tox tox-travis
script:
- tox -e flake8
- if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then tox -e flake8; fi
- tox

0 comments on commit 3539413

Please sign in to comment.