Files
OpenMensa-Parser-STW-Potsdam/.travis.yml
T
2019-01-27 18:38:27 +01:00

13 lines
164 B
YAML

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