Merge "Updates tox.ini to use new features"

This commit is contained in:
Jenkins
2013-12-15 23:53:35 +00:00
committed by Gerrit Code Review

View File

@@ -1,8 +1,12 @@
[tox]
envlist = py26,py27,pypy,pep8
minversion = 1.6
skipsdist = True
[testenv]
setenv = VIRTUAL_ENV={envdir}
usedevelop = True
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'