Skip to content

Commit 93ad5be

Browse files
authored
Fix pipeline (#68)
* Upgrade pip * Don't build rust in cryptography in py36 * Force install cryptography<3.4 on py36 * Update .travis.yml * Update tox.ini * Update .travis.yml * Update tox.ini * Update tox.ini
1 parent 5094fc1 commit 93ad5be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ commands =
2424
pip install -U pip
2525
py.test --basetemp={envtmpdir}
2626

27-
27+
[testenv:py36]
28+
deps =
29+
cryptography>=3,<3.4
30+
-r{toxinidir}/requirements_dev.txt

0 commit comments

Comments
 (0)