Skip to content

Commit

Permalink
Merge pull request #1533 from tardyp/pep8
Browse files Browse the repository at this point in the history
fix pep8 at 1.5.7
  • Loading branch information
Mikhail Sobolev committed Feb 8, 2015
2 parents ea38b4d + cea70f4 commit 5849b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -95,7 +95,7 @@ install:
- "[ $IS_LATEST = false ] || pip install pylint==1.1.0"
- "[ $IS_LATEST = false ] || pip install pyflakes"
- "[ $IS_LATEST = false ] || pip install sphinx"
- "[ $IS_LATEST = false ] || pip install pep8"
- "[ $IS_LATEST = false ] || pip install pep8==1.5.7"

# Tests running commands
script:
Expand Down

0 comments on commit 5849b91

Please sign in to comment.