dpaste/.travis.yml

16 lines
250 B
YAML
Raw Permalink Normal View History

2013-03-23 07:13:01 +11:00
language: python
2019-05-16 17:50:04 +10:00
dist: xenial
2018-09-18 06:17:23 +10:00
matrix:
include:
- python: 3.6
- python: 3.7
2019-12-05 22:36:10 +11:00
- python: 3.8
2018-09-18 06:17:23 +10:00
install: pip install tox-travis coverage codacy-coverage
2018-09-18 06:17:23 +10:00
script: tox
2016-03-24 00:15:21 +11:00
after_success:
2018-04-28 21:06:01 +10:00
- coverage xml
- python-codacy-coverage -r coverage.xml