Add pypy-full to default envlist too

This commit is contained in:
Ben Darnell 2012-06-18 00:37:55 -07:00
parent a310102c71
commit d37ac92456
1 changed files with 1 additions and 1 deletions

View File

@ -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:}