mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
No need to require a specific tox version but nothing older what I use here.
This commit is contained in:
parent
f8d5c9b753
commit
634b7f26d7
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -44,7 +44,7 @@ setup(
|
||||||
'requests>=2.0.0',
|
'requests>=2.0.0',
|
||||||
],
|
],
|
||||||
tests_require=[
|
tests_require=[
|
||||||
'tox==1.6.1'
|
'tox>=1.6.1'
|
||||||
],
|
],
|
||||||
cmdclass={
|
cmdclass={
|
||||||
'test': Tox
|
'test': Tox
|
||||||
|
|
Loading…
Reference in a new issue