Skip to content

Commit 1bc6795

Browse files
committed
Fix tox tests on Pypy3
1 parent 86d5d61 commit 1bc6795

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tox.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ commands =
1616
pip --version
1717
py.test
1818

19+
[testenv:pypy3-compatibility]
20+
# This testenv locks up during coverage so just run tests
21+
commands =
22+
pip --version
23+
py.test
24+
1925
[testenv:compatibility]
2026
extras =
2127
cryptography

0 commit comments

Comments
 (0)