python-tuf/.travis.yml
2014-04-20 18:09:26 -04:00

19 lines
191 B
YAML

language: python
python:
- "2.7"
install:
- pip install tox
- pip install coveralls
script: tox
after_success:
- cd tests
- coveralls
- cd -
branches:
only:
- develop