Merge "Move tox basepython to top-level"

This commit is contained in:
Zuul
2018-08-22 01:26:16 +00:00
committed by Gerrit Code Review

View File

@@ -4,12 +4,12 @@ envlist = linters
skipsdist = True skipsdist = True
[testenv] [testenv]
basepython = python3
usedevelop = True usedevelop = True
install_command = pip install {opts} {packages} install_command = pip install {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt deps = -r{toxinidir}/test-requirements.txt
[testenv:linters] [testenv:linters]
basepython = python3
whitelist_externals = bash whitelist_externals = bash
commands = commands =
flake8 flake8