summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2016-10-17 12:40:28 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2016-10-17 12:40:28 +0100
commit3a8ed2e9cb0ca766c1e79da12d88ce23cc3fe6c0 (patch)
tree6e9e54919eede18f4f8d338a160359cd26a67e5b /tox.ini
parent6b630c9fd29204cc69efd3a07827f06f6405975e (diff)
downloaddeluge-3a8ed2e9cb0ca766c1e79da12d88ce23cc3fe6c0.tar.gz
deluge-3a8ed2e9cb0ca766c1e79da12d88ce23cc3fe6c0.tar.bz2
deluge-3a8ed2e9cb0ca766c1e79da12d88ce23cc3fe6c0.zip
[Core] Change deprecated lt.version to lt.__version__
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 fa5a2f94d..341fce3ac 100644
--- a/tox.ini
+++ b/tox.ini
@@ -47,7 +47,7 @@ commands = py.test --basetemp=_pytest_temp deluge
[testenv:pydef]
commands =
- python -c "import libtorrent as lt; print lt.version"
+ python -c "import libtorrent as lt; print lt.__version__"
py.test -v --basetemp=_pytest_temp -s -m "not (todo or gtkui)" deluge/tests
[testenv:pygtkui]