Skip to content

Commit

Permalink
correct cmdclass
Browse files Browse the repository at this point in the history
  • Loading branch information
schmamps committed Aug 24, 2018
1 parent c829061 commit 14ffadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/goodpractices.rst
Expand Up @@ -291,7 +291,7 @@ your own setuptools Test command for invoking pytest.
setup(
# ...,
tests_require=["pytest"],
cmdclass={"test": PyTest},
cmdclass={"pytest": PyTest},
)
Now if you run::
Expand Down

0 comments on commit 14ffadf

Please sign in to comment.