Skip to content

Commit

Permalink
Add pypy-full to default envlist too
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Jun 18, 2012
1 parent a310102 commit d37ac92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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:}

Expand Down

0 comments on commit d37ac92

Please sign in to comment.