summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJames Saryerwinnie <jls.npi@gmail.com>2012-06-18 15:20:50 -0700
committerJames Saryerwinnie <jls.npi@gmail.com>2012-07-09 09:55:00 -0700
commitdcbed055357819543c7d07144dc1c8859e9a73c6 (patch)
tree9d6698c1e2468347079e1790a18964e2112b19bc /.travis.yml
parent1396754a221471e85052e28bea1714fae31aac32 (diff)
downloadboto-dcbed055357819543c7d07144dc1c8859e9a73c6.tar.gz
Install swig (needed for M2Crypto)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 516e615c..08293d9f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,9 @@ language: python
python:
- "2.6"
- "2.7"
+before_install:
+ - sudo apt-get update
+ - sudo apt-get install swig
install: pip install -r requirements.txt
script: python tests/test.py unit
branches: