Skip to content

Commit e20a4d9

Browse files
committed
Override tox's desire to install pre-releases
Define an installation command in tox.ini to avoid using the --pre argument to pip, which installs a bad version of Sphinx that doesn't work with pbr. Change-Id: I09b6ab97cc197cd74857cf6ee4a34a2694523411
1 parent 9c70267 commit e20a4d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
envlist = py27,py26,py33,zsh,ksh,style
33

44
[testenv]
5+
install_command = pip install -U {opts} {packages}
56
commands = bash ./tests/run_tests {envdir} []
67
deps = virtualenv
78
virtualenv-clone

0 commit comments

Comments
 (0)