Skip to content

Commit

Permalink
Use latest pep8
Browse files Browse the repository at this point in the history
The one on PyPI does not support Python 3.5. The fix was made a month
ago, but has not been released yet.

PyCQA/pycodestyle#420
  • Loading branch information
myint committed Aug 14, 2015
1 parent 39fe2a5 commit e9486cc
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 @@ -8,7 +8,7 @@ python:
- nightly
- pypy
install:
- pip install flake8==2.1.0 pep8==1.5.6
- pip install flake8==2.1.0 git+https://github.com/PyCQA/pep8
- python setup.py install
- pip list
- flake8 --version
Expand Down

0 comments on commit e9486cc

Please sign in to comment.