Skip to content

Commit a732421

Browse files
author
Gasper Zejn
committed
Fix tox.ini
1 parent 6d6a499 commit a732421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ deps =
88
future
99
pycrypto
1010
ecdsa
11-
cryptography
1211
pytest
1312
pytest-cov
1413
pytest-runner
1514
; Because Travis' pypy only works with old Cryptography
16-
pypy: cryptography == 0.9
15+
py{26,27,33,34,35,36}: cryptography
16+
pypy: cryptography == 0.9

0 commit comments

Comments
 (0)