Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
travis: Move flake8 to its own build
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Oct 3, 2013
1 parent 6fc7630 commit 6f53b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -7,16 +7,16 @@ env:
# TODO Activate when Travis has PyPy 2.x
#- TOX_ENV=pypy
- TOX_ENV=docs
- TOX_ENV=flake8

install:
- "wget -O - http://apt.mopidy.com/mopidy.gpg | sudo apt-key add -"
- "sudo wget -O /etc/apt/sources.list.d/mopidy.list http://apt.mopidy.com/mopidy.list"
- "sudo apt-get update"
- "sudo apt-get install python-all-dev libffi-dev libspotify-dev"
- "pip install flake8 tox"
- "pip install tox"

script:
- "flake8 $(find * -iname '*.py')"
- "tox -e $TOX_ENV"

notifications:
Expand Down

0 comments on commit 6f53b68

Please sign in to comment.