Reorder tox environments so the most important/likely-to-fail ones run first.
This commit is contained in:
parent
1b5adf99e4
commit
1a6dd4c0c9
2
tox.ini
2
tox.ini
|
@ -13,7 +13,7 @@
|
||||||
[tox]
|
[tox]
|
||||||
# "-full" variants include optional dependencies, to ensure
|
# "-full" variants include optional dependencies, to ensure
|
||||||
# that things work both in a bare install and with all the extras.
|
# that things work both in a bare install and with all the extras.
|
||||||
envlist = py25, py25-full, py26, py26-full, py27, py27-full, pypy, py32
|
envlist = py27-full, py25-full, py32, pypy, py25, py26, py26-full, py27
|
||||||
[testenv]
|
[testenv]
|
||||||
commands = python -m tornado.test.runtests {posargs:}
|
commands = python -m tornado.test.runtests {posargs:}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue