mirror of https://github.com/docker/docker-py.git
Added travis.yml file
This commit is contained in:
parent
f82506e942
commit
86b341ddf9
|
|
@ -0,0 +1,8 @@
|
||||||
|
language: python
|
||||||
|
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
|
||||||
Loading…
Reference in New Issue