Files
OpenMensa-Parser-STW-Potsdam/.travis.yml
T
2020-04-23 17:38:20 +02:00

14 lines
178 B
YAML

language: python
python:
- '3.8'
install:
- pip install pipenv
- make dependencies
script:
- make lint
- make test
- make coverage_publish
- make coverage_report