Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-23 05:49:47 +00:00 committed by Gerrit Code Review
commit f77844b550
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ deps = -r{toxinidir}/requirements.txt
commands = flake8 {posargs} ceph unit_tests setup.py
[testenv:venv]
basepython = python3
commands = {posargs}
[flake8]