require pytest>=3.0 in setup.py's setup_requires and setup.cfg

This commit is contained in:
Cosimo Lupo 2017-01-16 10:42:15 +00:00
parent b7505c0b64
commit 8aa9f15ad5
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ test = pytest
license_file = LICENSE
[tool:pytest]
minversion = 2.8
minversion = 3.0
testpaths =
Tests
python_files =

View File

@ -324,7 +324,7 @@ setup(
data_files=find_data_files(),
setup_requires=pytest_runner + wheel + bumpversion,
tests_require=[
'pytest>=2.8',
'pytest>=3.0',
],
entry_points={
'console_scripts': [