Files
OpenMensa-Parser-STW-Potsdam/.travis.yml
T
Falco Duersch 8a84651fdc Setup Travis CI
2018-10-23 08:43:32 +02:00

11 lines
113 B
YAML

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