mirror of https://github.com/docker/docker-py.git
Run Travis tests on Docker
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
a87dfcf267
commit
f32550c058
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue