Fix Sphinx version issue
Change-Id: Ib72ebf210486972538f5d2ef7eb225d57f84eeac
This commit is contained in:
parent
1f3ab4b41a
commit
50ad1e0b14
@ -4,6 +4,6 @@ coverage>=3.6
|
|||||||
discover
|
discover
|
||||||
mock>=1.0
|
mock>=1.0
|
||||||
python-keystoneclient>=0.3.2
|
python-keystoneclient>=0.3.2
|
||||||
sphinx>=1.1.2
|
sphinx>=1.1.2,<1.2
|
||||||
testrepository>=0.0.17
|
testrepository>=0.0.17
|
||||||
testtools>=0.9.32
|
testtools>=0.9.32
|
||||||
|
1
tox.ini
1
tox.ini
@ -2,6 +2,7 @@
|
|||||||
envlist = py26,py27,py33,pypy,pep8
|
envlist = py26,py27,py33,pypy,pep8
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
install_command = pip install -U {opts} {packages}
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
LANG=en_US.UTF-8
|
LANG=en_US.UTF-8
|
||||||
LANGUAGE=en_US:en
|
LANGUAGE=en_US:en
|
||||||
|
Loading…
Reference in New Issue
Block a user