Updated tox.ini

Remove docs from the checks as it has a special gate in Openstack
Remove py34 from the checks
Added py35 to the checks

Change-Id: I1d87289d014e0328c25811373b014d51cb0095b1
This commit is contained in:
Saad Zaher 2017-02-28 15:45:35 +00:00
parent b237802a68
commit d319888ba4
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.8.1
envlist = py27,py34,pep8,pylint,docs
envlist = py27,py35,pep8,pylint
skipsdist = True
[testenv]
@ -95,6 +95,7 @@ exclude = .venv,.tox,dist,doc,*egg,specs,build
[testenv:docs]
commands =
rm -rf api-ref/build
python setup.py build_sphinx
sphinx-build -b html api-ref/source api-ref/build/html