Update the tox config to build the docs by default

We have no code here for the py27 and py34 envs.

Change-Id: I10e42592e3da4ef244ad99e794fff5e5bfdb8964
This commit is contained in:
Dougal Matthews 2016-03-17 16:11:01 +00:00
parent d18bb42e96
commit e725bf7162
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py34,py27,pep8
envlist = docs,pep8
[testenv]
usedevelop = True