Update setup.py

This commit is contained in:
Syrus Akbary 2017-10-14 12:16:09 +02:00 committed by GitHub
parent 88111610fb
commit c38ffa5ffd

View File

@ -41,10 +41,10 @@ class PyTest(TestCommand):
sys.exit(errno)
tests_require = [
'pytest>=3.1.1',
'pytest-benchmark>=3.1.1',
'pytest-cov>=2.5.1',
'pytest-mock>=1.6.2',
'pytest',
'pytest-benchmark',
'pytest-cov',
'pytest-mock',
'snapshottest',
'coveralls',
'six',