This commit is contained in:
commit
38b18c44e9
|
@ -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::
|
||||
|
|
Loading…
Reference in New Issue