Remove --pre from tox install command

To avoid installing pre-release versions of packages.

Change-Id: Ia8429d7936a2c0720e342edd733d3c5537c1f564
This commit is contained in:
James E. Blair 2013-09-25 12:13:35 -07:00
parent c86f26ddf8
commit aa401556eb
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
[tox]
minversion = 1.6
envlist = py26,py27,pep8
[testenv]
@ -6,6 +7,7 @@ setenv = VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_ALL=C
install_command = pip install {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =