Skip to content

Commit 303496a

Browse files
author
Gasper Zejn
committed
Fix tox?
1 parent a732421 commit 303496a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tox.ini

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ deps =
1111
pytest
1212
pytest-cov
1313
pytest-runner
14-
; Because Travis' pypy only works with old Cryptography
15-
py{26,27,33,34,35,36}: cryptography
16-
pypy: cryptography == 0.9
14+
cryptography
15+
16+
[testenv:pypy]
17+
basepython = pypy-5.4
18+

0 commit comments

Comments
 (0)