Skip to content
Prev Previous commit
Next Next commit
Adding gmp disable to fix pypy build issues
  • Loading branch information
dices committed Sep 28, 2018
commit 06627b8f8d8e0c1cf370f96b5ec39ee554a99abf
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
# directory.

[tox]
#envlist = py27, py34, py35, py36, py37, pypy
envlist = pypy
envlist = py27, py34, py35, py36, py37, pypy

[testenv]
deps = -r requirements-tests.txt
Expand Down