Updates tox.ini to use new features

Reasons:
 - tox update v1.6

Changes:
 - tox 1.6 allows us to skip the sdist step, which is slow.
 - It also allows us to override the install line. In this case, it's
   important as it allows us to stop getting pre-release software we
   weren't asking for.

Original patch by Monty Taylor, talked about here:
http://lists.openstack.org/pipermail/openstack-dev/2013-September/015495.html

Change-Id: I8a8fdd420eceb5b702e7d9eedd8b5be341d3f56e
This commit is contained in:
Sushil Kumar 2013-12-09 14:25:58 +00:00
parent 8fc5ae480e
commit 3f5f9b44d6
1 changed files with 4 additions and 0 deletions

View File

@ -1,8 +1,12 @@
[tox]
distribute = False
envlist = py26,py27,py33,pypy,pep8
minversion = 1.6
skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en