summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Ordoquy <xordoquy@linovia.com>2015-03-31 00:11:43 +0200
committerXavier Ordoquy <xordoquy@linovia.com>2015-03-31 00:11:43 +0200
commitd5f5181847941bf15d93962908dd12a68d0b6f63 (patch)
tree05b534dac32eb1d91f26f2a6ed6edf176fbe2534
parent42c58e81f84488c6d9b33e69e17ae23ffa7e6876 (diff)
downloadraven-feature/pip_cache.tar.gz
Take the most out of the containers (see http://docs.travis-ci.com/user/apt/)feature/pip_cache
-rw-r--r--.travis.yml5
-rwxr-xr-xci/setup1
2 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 49c41c7..76f74c4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,11 @@ language: python
sudo: false
+addons:
+ apt:
+ packages:
+ - libevent-dev
+
python:
- "2.6"
- "2.7"
diff --git a/ci/setup b/ci/setup
index 45b0eda..6b51a93 100755
--- a/ci/setup
+++ b/ci/setup
@@ -1,6 +1,5 @@
#!/bin/bash -eu
-sudo apt-get install libevent-dev
pip install $DJANGO
make bootstrap
if [[ ${TRAVIS_PYTHON_VERSION::1} == '2' ]]; then