]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Add pypy-full to default envlist too
authorBen Darnell <ben@bendarnell.com>
Mon, 18 Jun 2012 07:37:55 +0000 (00:37 -0700)
committerBen Darnell <ben@bendarnell.com>
Mon, 18 Jun 2012 07:37:55 +0000 (00:37 -0700)
tox.ini

diff --git a/tox.ini b/tox.ini
index 6f841e4c31999e08abc209b9901118e1cafac084..dd4132a8b0f91156fd74954589b33aa99f0484d1 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@
 [tox]
 # "-full" variants include optional dependencies, to ensure
 # that things work both in a bare install and with all the extras.
-envlist = py27-full, py27-curl, py25-full, py32, pypy, py25, py26, py26-full, py27, py32-utf8, py33, py27-opt, py32-opt
+envlist = py27-full, py27-curl, py25-full, py32, pypy, py25, py26, py26-full, py27, py32-utf8, py33, py27-opt, py32-opt, pypy-full
 [testenv]
 commands = python -m tornado.test.runtests {posargs:}