Skip to content

Commit

Permalink
Upped pytest requirement to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmweel committed Jan 16, 2018
1 parent 7eb6aec commit 36f241e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def read(*names, **kwargs):
],
extras_require={
'registry': ['docker-registry-client>=0.5.1'],
'test': ['pytest>=3.0.0', 'pytest-flake8', 'pytest-cov'],
'test': ['pytest>=3.2', 'pytest-flake8', 'pytest-cov'],
'windows': ['pypiwin32']
},
author_email='b.weel@esiencecenter.nl',
Expand Down

0 comments on commit 36f241e

Please sign in to comment.