Skip to content

Commit 5cd2b84

Browse files
author
Dominik Neise
committed
add pytest as test requirement to setup.py
1 parent 17530b1 commit 5cd2b84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
},
4949

5050
install_requires=['mpyq>=0.2.3', 'argparse', 'ordereddict', 'unittest2', 'pil'] if float(sys.version[:3]) < 2.7 else ['mpyq>=0.2.4'],
51+
tests_require=["pytest"],
5152
packages=setuptools.find_packages(),
5253
include_package_data=True,
5354
zip_safe=True

0 commit comments

Comments
 (0)