mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 12:10:40 +00:00
Add .travis.yml
This commit is contained in:
parent
760dff075f
commit
46fec73506
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
language: python
|
||||||
|
env:
|
||||||
|
- TOX_ENV=py26
|
||||||
|
- TOX_ENV=py27
|
||||||
|
- TOX_ENV=py33
|
||||||
|
- TOX_ENV=py34
|
||||||
|
install:
|
||||||
|
- "pip install --use-mirrors tox"
|
||||||
|
script:
|
||||||
|
- tox -e $TOX_ENV
|
||||||
|
sudo: false
|
@ -1,6 +1,9 @@
|
|||||||
Docker Custodian
|
Docker Custodian
|
||||||
================
|
================
|
||||||
|
|
||||||
|
.. image:: https://travis-ci.org/Yelp/docker-custodian.svg
|
||||||
|
:target: https://travis-ci.org/Yelp/docker-custodian
|
||||||
|
|
||||||
Keep docker hosts tidy.
|
Keep docker hosts tidy.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user