Re-enable pypy in tox

This wasn't a problem and my fix didn't work anyway. 😳
This commit is contained in:
Adrian Sampson 2015-07-27 12:23:01 -07:00
parent bb8b5e7092
commit fd4a81cf3d

View file

@ -4,8 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = py27, docs, flake8
# pypy temporarily disabled
envlist = py27, pypy, docs, flake8
[testenv]
deps =