docker-context-streamer/.travis.yml
2017-08-28 19:52:46 +02:00

19 lines
182 B
YAML

language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
- "pypy3"
cache:
- pip
install:
- pip install tox-travis
script:
- tox