summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Firshman <ben@firshman.co.uk>2014-12-17 09:20:57 -0800
committerBen Firshman <ben@firshman.co.uk>2014-12-17 09:20:57 -0800
commitf32550c058421a751918998f2a4aee260e020bc4 (patch)
treea8bd3c17f97c1e409befb1f22121c10fc5a808eb
parenta87dfcf2671f8fd52bfe2788763a3682442573c7 (diff)
downloaddocker-py-f32550c058421a751918998f2a4aee260e020bc4.tar.gz
Run Travis tests on Docker
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 783d0a7..bc399c2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,4 @@ python:
- "2.7"
install: pip install tox
script: tox
-before_install:
- - sudo apt-get update
- - sudo apt-get install build-essential python-dev python-pip
+sudo: false