dpaste/.travis.yml
2018-09-17 22:17:23 +02:00

19 lines
368 B
YAML

language: python
# https://github.com/travis-ci/travis-ci/issues/9815#issuecomment-411073985
matrix:
include:
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
sudo: true
install: pip install tox-travis coverage codacy-coverage
script: tox
after_success:
- coverage xml
- python-codacy-coverage -r coverage.xml