Skip to content

Commit e0829bd

Browse files
committed
Adding gmp disable to fix pypy build issues
1 parent 44668d9 commit e0829bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
# directory.
55

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

910
[testenv]
1011
deps = -r requirements-tests.txt
1112
commands = py.test {posargs}
13+
setenv = with_gmp=no
1214

1315
[flake8]
1416
exclude = .tox

0 commit comments

Comments
 (0)