mirror of
https://github.com/hassio-addons/docker-context-streamer.git
synced 2025-05-03 18:31:22 +00:00
19 lines
182 B
YAML
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
|