Merge "Fix tox setup"

This commit is contained in:
Jenkins 2016-09-02 17:15:54 +00:00 committed by Gerrit Code Review
commit 4370a362aa
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
[tox]
minversion = 1.6
minversion = 2.0
envlist = pep8
[testenv]
usedevelop = True
usedevelop = False
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
setenv = VIRTUAL_ENV={envdir}