mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
[Tests] Update comments in tox.ini
This commit is contained in:
parent
5713ff09f4
commit
717ceee0ea
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue