summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dunai <andrew@dun.ai>2018-01-23 22:11:38 +0200
committerAndrew Dunai <andrew@dun.ai>2018-01-23 22:11:38 +0200
commit2040e56d8a776c633fbe36f99a1aaf744ed615cd (patch)
tree3fa693c362f70c91bab7e8c20c3b4d0712b83bab
parent27728261a4eba648c2c0b084258baaf39e35d896 (diff)
downloadurwid-2040e56d8a776c633fbe36f99a1aaf744ed615cd.tar.gz
Damn you Travis.
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3fa964e..1b3ee57 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,8 @@ matrix:
- python: pypy
env: TOXENV=pypy
before_install:
+ - "sudo rm -rf /var/lib/apt/lists/*"
+ - "sudo apt-get clean"
- "sudo apt-get update"
- "sudo apt-get install python-gi python3-gi"
install: