Skip to content

Commit

Permalink
Add missing tests dependency pycodestyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Nov 13, 2018
1 parent 1627a6e commit 37cae8e
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 @@ -35,6 +35,6 @@ def run_tests(self):
version=verstr,
py_modules=['git_archive_all'],
entry_points={'console_scripts': 'git-archive-all=git_archive_all:main'},
tests_require=['pytest', 'pytest-cov'],
tests_require=['pytest', 'pytest-cov', 'pycodestyle'],
cmdclass={"test": PyTest},
)

0 comments on commit 37cae8e

Please sign in to comment.