dpaste/.travis.yml

16 lines
250 B
YAML
Raw Permalink Normal View History

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