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.
1 parent 5094fc1 commit 93ad5beCopy full SHA for 93ad5be
tox.ini
@@ -24,4 +24,7 @@ commands =
24
pip install -U pip
25
py.test --basetemp={envtmpdir}
26
27
-
+[testenv:py36]
28
+deps =
29
+ cryptography>=3,<3.4
30
+ -r{toxinidir}/requirements_dev.txt
0 commit comments