bootstrap-vz/.travis.yml
2016-03-01 20:33:15 +01:00

8 lines
102 B
YAML

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