Skip to content

Commit

Permalink
Fix Sphinx version issue
Browse files Browse the repository at this point in the history
Change-Id: Ib72ebf210486972538f5d2ef7eb225d57f84eeac
  • Loading branch information
notmyname committed Dec 12, 2013
1 parent 1f3ab4b commit 50ad1e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50ad1e0

Please sign in to comment.