Merge "cleanup tox.ini"

This commit is contained in:
Jenkins 2015-11-17 01:50:18 +00:00 committed by Gerrit Code Review
commit 2378e5a9d7
1 changed files with 0 additions and 4 deletions

View File

@ -3,11 +3,7 @@ minversion = 1.6
envlist = pep8
[testenv]
usedevelop = True
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
setenv = VIRTUAL_ENV={envdir}
sitepackages = False
downloadcache = {toxworkdir}/_download
[testenv:pep8]