Mercurial > hg > MakeItSo
diff makeitso/python_package/setup.py @ 265:d3852c5beff9
https://docs.pytest.org/en/latest/goodpractices.html
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Fri, 01 Sep 2017 09:34:56 -0700 |
parents | 1c6807a22cea |
children |
line wrap: on
line diff
--- a/makeitso/python_package/setup.py Sun Aug 13 15:55:11 2017 -0700 +++ b/makeitso/python_package/setup.py Fri Sep 01 09:34:56 2017 -0700 @@ -37,7 +37,8 @@ license='', packages=['{{package}}'], include_package_data=True, - tests_require=['tox'], + setup_requires=['pytest-runner'], + tests_require=['tox', 'pytest'], zip_safe=False, **kw )