From 76a37fa37c89cd0754bee5302d64e84a23f3dcf8 Mon Sep 17 00:00:00 2001 From: Kiall Mac Innes Date: Wed, 18 Sep 2013 16:55:29 +0100 Subject: [PATCH] Ensure beta versions are not downloaded from pypi Change-Id: I636040826af81b6df4c8631e65876316fa10c081 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 629cb5a4..5b792cf3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,10 @@ [tox] envlist = py26,py27,flake8 -minversion = 1.4.0 +minversion = 1.6 [testenv] sitepackages = False +install_command = pip install {opts} {packages} setenv = VIRTUAL_ENV={envdir} LANG=en_US.UTF-8 LANGUAGE=en_US:en