summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2016-05-22 13:43:07 +0200
committerCalum Lind <calumlind+deluge@gmail.com>2016-05-22 13:43:07 +0200
commit717ceee0eab2afd1c6a5ee6efd43e19a741779ee (patch)
tree1baa0cd52e38c3ed9d717664f177c87af99b6afe /tox.ini
parent[Docs] Autogenerate module docs with apidoc (diff)
downloaddeluge-717ceee0eab2afd1c6a5ee6efd43e19a741779ee.tar.xz
deluge-717ceee0eab2afd1c6a5ee6efd43e19a741779ee.zip
[Tests] Update comments in tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e5460fdf0..2b55a08ea 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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