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