Add pypy back to tox.ini

This commit is contained in:
Mark Roberts
2014-05-01 10:29:38 -07:00
parent b120ca5d72
commit 99320fbd8c

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27
envlist = py26, py27, pypy
[testenv]
deps =
unittest2