mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
19 lines
191 B
YAML
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
|