Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-23 22:24:10 +00:00 committed by Gerrit Code Review
commit 786543cca7
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ envlist = docs,pep8
skipsdist = True
[testenv]
basepython = python3
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
install_command = pip install -U {opts} {packages}