diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2016-05-22 13:43:07 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2016-05-22 13:43:07 +0200 |
commit | 717ceee0eab2afd1c6a5ee6efd43e19a741779ee (patch) | |
tree | 1baa0cd52e38c3ed9d717664f177c87af99b6afe /tox.ini | |
parent | [Docs] Autogenerate module docs with apidoc (diff) | |
download | deluge-717ceee0eab2afd1c6a5ee6efd43e19a741779ee.tar.xz deluge-717ceee0eab2afd1c6a5ee6efd43e19a741779ee.zip |
[Tests] Update comments in tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |