summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDavid Cramer <dcramer@gmail.com>2012-10-19 12:33:17 -0700
committerDavid Cramer <dcramer@gmail.com>2012-10-19 12:33:30 -0700
commit508fd1c744cbe9cd8770b958f858eac8408ccd71 (patch)
treec7e87d3e6cd256439df1a9a167fa5cae3629069e /tox.ini
parentbb659ba2b218916603ae151e871cef0d9160d5f3 (diff)
downloadraven-508fd1c744cbe9cd8770b958f858eac8408ccd71.tar.gz
Remove gevent as a dependancy to support PyPy
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 59be1fe..8609a05 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py26, py27
+envlist = py26, py27, pypy
[testenv]
commands = python setup.py test