Skip to content

Commit

Permalink
Check PEP8 with pycodestyle instead of deprecated pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasLM committed Feb 19, 2018
1 parent c29a907 commit 8b8fae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:

script:
- pytest -v --cov=spinach tests/
- pep8 spinach tests
- pycodestyle spinach tests

after_success:
- pip install python-coveralls
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
'pytest',
'pytest-cov',
'pytest-threadleak',
'pep8'
'pycodestyle'
],
},

Expand Down

0 comments on commit 8b8fae5

Please sign in to comment.