Skip to content

Commit

Permalink
update to latest pytest (3.1.3), sphinx, and pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jab committed Jul 5, 2017
1 parent dd0b434 commit ab3738d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -24,10 +24,10 @@ def from_file(filename, fallback):
'hypothesis-pytest==0.19.0',
'py==1.4.34',
'pydocstyle==2.0.0',
'pytest==3.1.2',
'pytest==3.1.3',
'pytest-benchmark==3.1.0a2',
'pytest-cov==2.5.1',
'Sphinx==1.6.2',
'Sphinx==1.6.3',
'sortedcollections==0.4.2',
'sortedcontainers==1.5.5',
]
Expand Down Expand Up @@ -64,6 +64,6 @@ def from_file(filename, fallback):
tests_require=tests_require,
extras_require=dict(
test=tests_require,
dev=tests_require + ['pre-commit==0.14.3', 'tox==2.7.0'],
dev=tests_require + ['pre-commit==0.15.0', 'tox==2.7.0'],
),
)

0 comments on commit ab3738d

Please sign in to comment.