mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-14 15:42:51 +11:00
15 lines
250 B
YAML
15 lines
250 B
YAML
language: python
|
|
dist: xenial
|
|
matrix:
|
|
include:
|
|
- python: 3.6
|
|
- python: 3.7
|
|
- python: 3.8
|
|
|
|
install: pip install tox-travis coverage codacy-coverage
|
|
|
|
script: tox
|
|
|
|
after_success:
|
|
- coverage xml
|
|
- python-codacy-coverage -r coverage.xml
|