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) sys.exit(errno)
tests_require = [ tests_require = [
'pytest>=3.1.1', 'pytest',
'pytest-benchmark>=3.1.1', 'pytest-benchmark',
'pytest-cov>=2.5.1', 'pytest-cov',
'pytest-mock>=1.6.2', 'pytest-mock',
'snapshottest', 'snapshottest',
'coveralls', 'coveralls',
'six', 'six',