bootstrap-vz/.travis.yml
Tiago Ilieve 014e230221 Add Travis CI
By now, it will only test the coding style rules defined for the
project, which are basically a few exceptions to the PEP8.
2014-04-27 10:12:04 -03:00

7 lines
90 B
YAML

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