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
This commit is contained in:
Ihar Hrachyshka 2015-06-16 09:21:42 +02:00
parent ec95a9a8b1
commit 037f3111cd
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,pep8
envlist = docs,py27,py34,pep8
minversion = 1.8
skipsdist = True