Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill
2018-07-11 23:23:32 -05:00
parent fff31558a0
commit 88e4b6390c
6 changed files with 35 additions and 2 deletions

6
setup.py Normal file
View File

@ -0,0 +1,6 @@
from setuptools import setup
setup(
setup_requires=['pytest-runner'],
tests_require=['pytest'],
)