From: Ben Darnell Date: Mon, 18 Jun 2012 07:37:55 +0000 (-0700) Subject: Add pypy-full to default envlist too X-Git-Tag: v2.4.0~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d37ac92456566dd3d26b62669400be2ed4454f25;p=thirdparty%2Ftornado.git Add pypy-full to default envlist too --- diff --git a/tox.ini b/tox.ini index 6f841e4c3..dd4132a8b 100644 --- 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:}