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