Skip to content

Commit

Permalink
change pep8 to pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed Jan 19, 2018
1 parent 295f774 commit 9df9a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ install:
- ./provision/python.sh

script:
- pep8 mediawiki/
- pycodestyle mediawiki/
- coverage run --source=mediawiki setup.py test
- ./scripts/py-lint.sh

Expand Down
2 changes: 1 addition & 1 deletion requirements/python-dev
@@ -1,5 +1,5 @@
# needed for testing purposes
pep8
pycodestyle
isort
astroid
pylint
Expand Down

0 comments on commit 9df9a7e

Please sign in to comment.