clm5/manage_externals/.travis.yml
2024-05-09 15:14:01 +08:00

19 lines
287 B
YAML

language: python
os: linux
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install -r test/requirements.txt
before_script:
- git --version
script:
- cd test; make test
- cd test; make lint
after_success:
- cd test; make coverage
- cd test; coveralls