Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Use pytest-pycodestyle in tests (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
henry0312 authored Mar 23, 2020
1 parent 03a3498 commit bf5defe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
extras_require={
'tests': [
'pytest-codestyle~=2.0',
'pytest-pycodestyle~=2.1',
'pytest-isort',
],
},
Expand Down

0 comments on commit bf5defe

Please sign in to comment.