Files
OpenMensa-Parsers/.travis.yml
T
2018-10-23 10:39:48 +02:00

12 lines
131 B
YAML

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