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
commit 181aa06d8e

View File

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