Skip to content

Commit

Permalink
Disable flake8 on travis (flasky results make unfrequent PR really an…
Browse files Browse the repository at this point in the history
…noying...)
  • Loading branch information
touilleMan committed Feb 16, 2018
1 parent feebce7 commit 23fc4c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ install:
# Cache dependencies installed via pip
cache: pip

before_script:
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then tox -e flake8; fi

script:
- tox -e $(echo py$TRAVIS_PYTHON_VERSION-me$MONGOENGINE | tr -d . | sed -e 's/pypypy/pypy/') -- --with-coverage

Expand Down

0 comments on commit 23fc4c4

Please sign in to comment.