Merge "use python3 in tox"

This commit is contained in:
Zuul 2018-08-15 13:38:39 +00:00 committed by Gerrit Code Review
commit de87a16851
1 changed files with 1 additions and 0 deletions

View File

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