Use tox
This commit is contained in:
parent
76492aaa9e
commit
3ee2deecae
4 changed files with 40 additions and 7 deletions
6
setup.py
6
setup.py
|
@ -27,6 +27,12 @@ def main():
|
|||
},
|
||||
|
||||
python_requires='>=3.5', # depends on the modules though..
|
||||
extras_require={
|
||||
'testing': [
|
||||
'pytest',
|
||||
'pytz',
|
||||
],
|
||||
},
|
||||
)
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue