[Tests] Update comments in tox.ini

This commit is contained in:
Calum Lind 2016-05-22 12:43:07 +01:00
parent 5713ff09f4
commit 717ceee0ea

View File

@ -122,6 +122,7 @@ sitepackages = False
deps = deps =
{[testenv]deps} {[testenv]deps}
pylint pylint
# Use bash to enable use of wildcard paths with pylint.
whitelist_externals = bash whitelist_externals = bash
commands = commands =
pylint --version pylint --version
@ -135,7 +136,6 @@ commands =
###################### ######################
[testcoveragebase] [testcoveragebase]
#install_command = pip install {opts} {packages}
deps = deps =
{[testenv]deps} {[testenv]deps}
pytest-cov pytest-cov