Skip to content

Commit bef3fd9

Browse files
authored
Merge pull request #10 from engsas/master
Replaced pytest-flakes dependency with pytest-flake8
2 parents 56e0676 + ce734c4 commit bef3fd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def finalize_options(self):
4141
self.test_args = [
4242
'-sv',
4343
'--pep8',
44-
'--flakes',
44+
'--flake8',
4545
]
4646
self.test_suite = True
4747

@@ -67,7 +67,7 @@ def run_tests(self):
6767
tests_require=[
6868
"pytest",
6969
"pytest-pep8",
70-
"pytest-flakes",
70+
"pytest-flake8",
7171
"tox",
7272
],
7373
classifiers=[

0 commit comments

Comments
 (0)