Skip to content

Commit

Permalink
update to latest hypothesis (3.9.0) and pytest-cov (2.5.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jab committed May 21, 2017
1 parent e87a6c3 commit d7d6e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -20,13 +20,13 @@ def from_file(filename, fallback):
tests_require = [
'coverage==4.4',
'flake8==3.2.1',
'hypothesis==3.8.3',
'hypothesis==3.9.0',
'hypothesis-pytest==0.19.0',
'py==1.4.31',
'pydocstyle==2.0.0',
'pytest==3.0.7',
'pytest-benchmark==3.1.0a2',
'pytest-cov==2.5.0',
'pytest-cov==2.5.1',
'Sphinx==1.5.5',
'sortedcollections==0.4.2',
'sortedcontainers==1.5.5',
Expand Down

0 comments on commit d7d6e40

Please sign in to comment.