summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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