diff options
| author | Xavier Ordoquy <xordoquy@linovia.com> | 2015-03-31 00:11:43 +0200 |
|---|---|---|
| committer | Xavier Ordoquy <xordoquy@linovia.com> | 2015-03-31 00:11:43 +0200 |
| commit | d5f5181847941bf15d93962908dd12a68d0b6f63 (patch) | |
| tree | 05b534dac32eb1d91f26f2a6ed6edf176fbe2534 | |
| parent | 42c58e81f84488c6d9b33e69e17ae23ffa7e6876 (diff) | |
| download | raven-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.yml | 5 | ||||
| -rwxr-xr-x | ci/setup | 1 |
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" @@ -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 |
