diff --git a/setup.py b/setup.py index fe3645c..c6ad103 100644 --- a/setup.py +++ b/setup.py @@ -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}, )