Skip to content

Commit

Permalink
replace pep8 by pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Dec 17, 2017
1 parent e0ca51f commit dc2ceb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ install:
- pip install -r requirements.txt

script:
- pep8 --ignore=E501 cicero.py
- pep8 --ignore=E501 cicero
- pycodestyle --ignore=E501 cicero.py
- pycodestyle --ignore=E501 cicero
- py.test cicero/*

notifications:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flask == 0.10.1
pep8
pycodestyle
pytest
requests
sphinx
Expand Down

0 comments on commit dc2ceb8

Please sign in to comment.