Run Travis tests on Docker

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
Ben Firshman 2014-12-17 09:20:57 -08:00
parent a87dfcf267
commit f32550c058
1 changed files with 1 additions and 3 deletions

View File

@ -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