python-oca/.travis.yml

9 lines
96 B
YAML

language: python
python:
- "2.7"
- "3.5"
install:
- pip install tox tox-travis
script: tox