From e725bf71622d2084cf3ede734ed0ccd53c0533d9 Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Thu, 17 Mar 2016 16:11:01 +0000 Subject: [PATCH] Update the tox config to build the docs by default We have no code here for the py27 and py34 envs. Change-Id: I10e42592e3da4ef244ad99e794fff5e5bfdb8964 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 805e728c..80f8b4ff 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.6 skipsdist = True -envlist = py34,py27,pep8 +envlist = docs,pep8 [testenv] usedevelop = True