Skip to content

Commit 4374888

Browse files
authored
Merge pull request python-hyper#21 from python-hyper/requires-io-master
[requires.io] dependency update on master branch
2 parents bfbf665 + 4b4fcb4 commit 4374888

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest==2.9.2
2-
pytest-cov==2.2.1
2+
pytest-cov==2.3.0
33
pytest-xdist==1.14
4-
hypothesis==3.4.0
4+
hypothesis==3.4.2

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ commands= py.test {toxinidir}/test/
1111

1212
[testenv:lint]
1313
basepython=python3.4
14-
deps = flake8==2.6.0
14+
deps = flake8==3.0.3
1515
commands = flake8 --max-complexity 10 src/priority test

0 commit comments

Comments
 (0)