From 3c2ca5a92201d3887bb539bc2ace77656e7b0f41 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 7 Oct 2014 10:55:08 -0400 Subject: [PATCH] Add jenkins-project to the default env list Add jenkins-project to the list of envs used when "tox" is run locally without arguments. This should make it easier for someone working on a change to test locally before submitting the patch. Change-Id: I5f2732daa2509ff378429959bd15d0f2f7f98692 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 380060f437..e8dc76a091 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = pep8,projects,jjb +envlist = pep8,projects,jjb,jenkins-project skipsdist = True [testenv]