Skip to content

Commit b1f87a9

Browse files
committed
Merge pull request #11 from python-hyper/requires-io-master
[requires.io] dependency update on master branch
2 parents b886284 + 6acb22a commit b1f87a9

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,2 +1,2 @@
1-
pytest==2.8.7
2-
cryptography==1.2.3
1+
pytest==2.9.1
2+
cryptography==1.3.1

tox.ini

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

88
[testenv:lint]
99
basepython=python3.4
10-
deps = flake8==2.5.3
10+
deps = flake8==2.5.4
1111
commands = flake8 --max-complexity 10 src/certitude test

0 commit comments

Comments
 (0)