Setup Travis CI

This commit is contained in:
Falco Duersch
2018-10-22 11:02:38 +02:00
parent 472535d898
commit 8a84651fdc
3 changed files with 15 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
language: python
python:
- '2.7'
install:
- pip install pipenv
- make dependencies
script:
- make test
+3
View File
@@ -1,6 +1,9 @@
RUN = pipenv run python -m stw_potsdam
dependencies:
pipenv sync
run:
$(RUN)
+2
View File
@@ -1,5 +1,7 @@
# OpenMensa STW Potsdam
[![Build Status](https://travis-ci.org/f4lco/om-parser-stw-potsdam-v2.svg?branch=master)](https://travis-ci.org/f4lco/om-parser-stw-potsdam-v2)
## Development Quickstart
$ pipenv install --two --dev # Create venv