Fixes for 'tox -e docs' in some dev environments

* set basepython to python2 in docs env (Solar won't install if default
  Python is 3.x);
* bump minimal tox version to 2.0 as that's the version where they fixed
  substitutions in commands vars.

Change-Id: Iaba4b1ee2de626e0a09c19f57c2f0156192c48dc
This commit is contained in:
Yuriy Taraday 2016-02-02 14:58:35 +03:00
parent 706f8b2862
commit 8cd43a84b3

View File

@ -1,5 +1,5 @@
[tox]
minversion = 1.6
minversion = 2.0
skipsdist = True
envlist = pep8,py27
@ -33,6 +33,7 @@ commands =
openstack-doc-test --check-syntax
[testenv:docs]
basepython=python2
deps = sphinx
{[testenv:checkniceness]deps}
whitelist_externals = /bin/rm