From 0c533733f007f15aca8febe860f24a781ac6aaab Mon Sep 17 00:00:00 2001 From: Ross Patterson Date: Thu, 24 Sep 2020 10:46:17 -0700 Subject: [PATCH] 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. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c9ec2bb1d..fd5bdefad 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ twisted = 1 [tox] -envlist = {py27,pypy27,py36}{-coverage,} +envlist = {py27,pypy27,py36}{-coverage,},codechecks minversion = 2.4 [testenv]