We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b886284 + 6acb22a commit b1f87a9Copy full SHA for b1f87a9
test_requirements.txt
@@ -1,2 +1,2 @@
1
-pytest==2.8.7
2
-cryptography==1.2.3
+pytest==2.9.1
+cryptography==1.3.1
tox.ini
@@ -7,5 +7,5 @@ commands= py.test {toxinidir}/test/
7
8
[testenv:lint]
9
basepython=python3.4
10
-deps = flake8==2.5.3
+deps = flake8==2.5.4
11
commands = flake8 --max-complexity 10 src/certitude test
0 commit comments