Signed-off-by: Zack Cerza <zack@redhat.com>
skipsdist = True
envlist=ansible-lint,ansible-syntax,flake8,dashboards
+[testenv]
+basepython=python2
+
[testenv:ansible-lint]
install_command = pip install --upgrade {opts} {packages}
deps=
install_command = pip install --upgrade {opts} {packages}
deps=
flake8
-commands=flake8 --select=F,E9 {posargs:*.py collectors tests}
+commands=flake8 --select=F,E9 {posargs:cephmetrics.py dashUpdater.py collectors tests}
# Integration tests must operate against a live deployment. To run, simply:
# tox -e integration /path/to/inventory