test(runner): Match contributor guidelines from wiki

The [Patches Trac Wiki page](https://tahoe-lafs.org/trac/tahoe-lafs/wiki/Patches) says
that users should run the `codechecks` tox environment, so this change runs it be
default as the full tox test suite eliminating the extra step.
This commit is contained in:
Ross Patterson 2020-09-24 10:46:17 -07:00
parent 827cba21a3
commit 0c533733f0

View File

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