Merge "Add workaround to support tox 1.7.2"

This commit is contained in:
Jenkins 2014-07-29 16:11:27 +00:00 committed by Gerrit Code Review
commit 5017993c36
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ envlist = py26,py27,py33,pep8,docs,sample_config
usedevelop = True
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
# FIXME(dolph): overriding the hash seed with a constant is a
# workaround for bug 1348818
PYTHONHASHSEED=0
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'