Merge "Have tox install via setup.py develop"

This commit is contained in:
Jenkins 2013-09-04 04:46:27 +00:00 committed by Gerrit Code Review
commit c314cbca28
1 changed files with 6 additions and 3 deletions

View File

@ -1,18 +1,21 @@
[tox]
minversion = 1.6
envlist = py26,py27,py33,pep8
skipsdist = True
[testenv]
sitepackages = True
usedevelop = True
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_ALL=C
deps = -U
-r{toxinidir}/requirements.txt
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
python tools/patch_tox_venv.py
python setup.py testr --slowest --testr-args='{posargs}'
python setup.py test --slowest --testr-args='{posargs}'
[tox:jenkins]
sitepackages = True