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
This commit is contained in:
Doug Hellmann 2014-10-07 10:55:08 -04:00
parent 45531e9321
commit 3c2ca5a922
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = pep8,projects,jjb
envlist = pep8,projects,jjb,jenkins-project
skipsdist = True
[testenv]