test(runner): Save iteration time, fail early

The `codechecks` commands run fastest and show the most obvious errors so no need to
wait for the longer-running other tests first.
This commit is contained in:
Ross Patterson 2020-09-25 10:15:17 -07:00
parent 2ef422e064
commit b306475370

View File

@ -7,7 +7,7 @@
twisted = 1
[tox]
envlist = py27,py36,pypy27,codechecks
envlist = codechecks,py27,py36,pypy27
minversion = 2.4
[testenv]