docker-py/.travis.yml

7 lines
84 B
YAML

language: python
python:
- "2.7"
install: pip install tox
script: tox
sudo: false