diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..26bb4d8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: python +python: + - '2.7' + +install: + - pip install pipenv + - make dependencies + +script: + - make test diff --git a/Makefile b/Makefile index d71c4cd..594cb56 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ RUN = pipenv run python -m stw_potsdam +dependencies: + pipenv sync + run: $(RUN) diff --git a/README.md b/README.md index a24870e..14bca7a 100644 --- a/README.md +++ b/README.md @@ -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