Test using pytest 3.0

Fix #99
This commit is contained in:
Bruno Oliveira
2016-12-05 19:59:19 -02:00
parent 780cd0e04f
commit e5d8064534
5 changed files with 50 additions and 26 deletions

View File

@@ -20,7 +20,7 @@ setup(
],
},
zip_safe=False,
install_requires=['execnet>=1.1', 'pytest>=2.4.2', 'py>=1.4.22'],
install_requires=['execnet>=1.1', 'pytest>=2.7.0', 'py>=1.4.22'],
setup_requires=['setuptools_scm'],
classifiers=[
'Development Status :: 5 - Production/Stable',