python-oca/.travis.yml
2023-11-16 22:29:06 +09:00

8 lines
96 B
YAML

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