From: Ihar Hrachyshka Date: Tue, 16 Jun 2015 07:21:42 +0000 (+0200) Subject: docs: added job to well known tox envlist X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=037f3111cd3968ff00593387daf2b832761e5ef4;p=openstack-build%2Fneutron-build.git docs: added job to well known tox envlist This is to make 'tox -l' return the job name in its output (needed to allow run-docs.sh script in project-config to determine whether the job is present, to rely on it when generating docs in gate). Change-Id: I80eb169b7b4e5a3490586722c64394dbb724928d --- diff --git a/tox.ini b/tox.ini index 4203cf775..e78337ec6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34,pep8 +envlist = docs,py27,py34,pep8 minversion = 1.8 skipsdist = True