summaryrefslogtreecommitdiffstats
path: root/.travis.yml
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 /.travis.yml
parent6b630c9fd29204cc69efd3a07827f06f6405975e (diff)
downloaddeluge-3a8ed2e9cb0ca766c1e79da12d88ce23cc3fe6c0.tar.gz
deluge-3a8ed2e9cb0ca766c1e79da12d88ce23cc3fe6c0.tar.bz2
deluge-3a8ed2e9cb0ca766c1e79da12d88ce23cc3fe6c0.zip
[Core] Change deprecated lt.version to lt.__version__
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c6f5218ab..fd5530b7b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,7 +40,7 @@ virtualenv:
# We use xvfb for the GTKUI tests
before_script:
- export PYTHONPATH=$PYTHONPATH:$PWD
- - python -c "import libtorrent as lt; print lt.version"
+ - python -c "import libtorrent as lt; print lt.__version__"
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
- echo '2.0.0.dev0' > RELEASE-VERSION