From 037f3111cd3968ff00593387daf2b832761e5ef4 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Tue, 16 Jun 2015 09:21:42 +0200 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2