mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-09 10:03:40 +00:00
Disable plugins test due to Travis issue
An unknown issue with running the Stats plugins test on travis means it never passes.
This commit is contained in:
parent
66f2739be7
commit
4472c37884
6
tox.ini
6
tox.ini
@ -57,9 +57,9 @@ commands=
|
|||||||
python -c "import libtorrent as lt; print lt.version"
|
python -c "import libtorrent as lt; print lt.version"
|
||||||
py.test deluge/tests
|
py.test deluge/tests
|
||||||
|
|
||||||
[testenv:plugins]
|
# [testenv:plugins]
|
||||||
commands=
|
# commands=
|
||||||
py.test deluge/plugins
|
# py.test deluge/plugins
|
||||||
|
|
||||||
[testenv:py26]
|
[testenv:py26]
|
||||||
basepython=python2.6
|
basepython=python2.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user