This commit is contained in:
holger krekel 2012-07-18 19:48:43 +02:00
commit 38b18c44e9
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ to support running a pytest from test requirements::
setup(
#...,
tests_require=['pytest'],
cmdclass = {'test': pytest},
cmdclass = {'test': PyTest},
)
Now if you run::