diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -34,4 +34,9 @@ setup(author='Bonface M. K.', 'tests' ], url='https://github.com/genenetwork/genenetwork3', - version='0.1') + version='0.1', + # ---- TESTING ---- # + setup_requires=['pytest-runner'], + tests_require=["pytest", "hypothesis"] + # ---- END: TESTING ---- # + ) |