summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorbendikro <bro.devel+deluge@gmail.com>2016-05-21 19:53:40 +0200
committerCalum Lind <calumlind+deluge@gmail.com>2016-05-22 12:11:41 +0100
commitb6b1d405162d4402a143b1adf3454297c73e50c1 (patch)
tree5f11ea9bf36413a5165e73554c9b870bab5c5953 /.travis.yml
parent152eaa10dd9ec684cedca107483238ea9a8ce133 (diff)
downloaddeluge-b6b1d405162d4402a143b1adf3454297c73e50c1.tar.gz
deluge-b6b1d405162d4402a143b1adf3454297c73e50c1.tar.bz2
deluge-b6b1d405162d4402a143b1adf3454297c73e50c1.zip
[Tox] [Travis] Fixes to test config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 03b18cd1f..c6f5218ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,8 @@ language: python
python:
- "2.7"
+cache: pip
+
before_install:
- lsb_release -a
- sudo add-apt-repository ppa:deluge-team/ppa -y
@@ -16,7 +18,7 @@ install:
env:
global:
- - PIP_DOWNLOAD_CACHE=$HOME/.pip-cache/
+ - PIP_DOWNLOAD_CACHE=$HOME/.cache/pip
- APTPACKAGES="python-libtorrent"
- APTPACKAGES_GTKUI="python-gobject python-glade2"
- DISPLAY=:99.0