Skip to content

Commit 06627b8

Browse files
committed
Adding gmp disable to fix pypy build issues
1 parent e0829bd commit 06627b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
# directory.
55

66
[tox]
7-
#envlist = py27, py34, py35, py36, py37, pypy
8-
envlist = pypy
7+
envlist = py27, py34, py35, py36, py37, pypy
98

109
[testenv]
1110
deps = -r requirements-tests.txt

0 commit comments

Comments
 (0)