Skip to content

Commit

Permalink
travis: Don't install pep8 manually
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiter committed Mar 27, 2015
1 parent b92bb3c commit a246d6f
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 @@ -12,7 +12,7 @@ before_install:
- sleep 3
install:
- pip install lupa --install-option='--no-luajit'
- pip install cffi flake8 pep8 pyflakes pep8-naming
- pip install cffi flake8 pyflakes pep8-naming
- pip install -e ".[web,hidtrigger,autorotate,chdkcamera]"
- pip install -r test-requirements.txt
- pip install -e .
Expand Down

0 comments on commit a246d6f

Please sign in to comment.