dpaste/.travis.yml
2019-05-16 09:50:04 +02:00

17 lines
285 B
YAML

language: python
dist: xenial
matrix:
include:
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
sudo: true
install: pip install tox-travis coverage codacy-coverage
script: tox
after_success:
- coverage xml
- python-codacy-coverage -r coverage.xml