Skip to content

Commit 1a6dd4c

Browse files
committed
Reorder tox environments so the most important/likely-to-fail ones run first.
1 parent 1b5adf9 commit 1a6dd4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[tox]
1414
# "-full" variants include optional dependencies, to ensure
1515
# that things work both in a bare install and with all the extras.
16-
envlist = py25, py25-full, py26, py26-full, py27, py27-full, pypy, py32
16+
envlist = py27-full, py25-full, py32, pypy, py25, py26, py26-full, py27
1717
[testenv]
1818
commands = python -m tornado.test.runtests {posargs:}
1919

0 commit comments

Comments
 (0)