This also requires us to re-add mock to the py3 env.
Signed-off-by: Zack Cerza <zack@redhat.com>
[tox]
envlist = docs, py3, flake8, openstack
+isolated_build = True
[testenv]
setenv =
-r{toxinidir}/requirements.txt
pytest-cov==2.8.1
coverage==4.5.4
+ mock==4.0.3
log_format = %(asctime)s %(levelname)s %(message)s
commands=
python -m pytest --cov=teuthology --cov-report=term -v {posargs:teuthology scripts}