Set install_command in tox to avoid pre-releases

tox (lovingly) uses the --pre option with pip. We don't want that, so
override the install_command with a version that doesn't include it.

Change-Id: I0b8e48488d5c138c0aac85df2336b2340d7c59c4
Closes-Bug: #1379998
This commit is contained in:
Doug Hellmann 2014-10-11 10:44:20 -04:00
parent c8bbab8ee6
commit 118885e4b0
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ distribute = False
envlist = py33,py34,py26,py27,pep8
[testenv]
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt