Set basepython to python3

We are running zuulv3 under python3, so it make sense to ensure
ansible dependencies are also testing with python3.

Change-Id: I2d011d62c1d5192c0f309e37c2d30c8598cce359
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-08-07 16:13:30 -04:00
parent 1b3f654a5d
commit dc767038eb

View File

@ -4,6 +4,7 @@ skipsdist = True
envlist = linters
[testenv]
basepython = python3
install_command = pip install {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
commands =