Setup Travis CI
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
|||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- '2.7'
|
||||||
|
|
||||||
|
install:
|
||||||
|
- pip install pipenv
|
||||||
|
- make dependencies
|
||||||
|
|
||||||
|
script:
|
||||||
|
- make test
|
||||||
@@ -1,6 +1,9 @@
|
|||||||
|
|
||||||
RUN = pipenv run python -m stw_potsdam
|
RUN = pipenv run python -m stw_potsdam
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
pipenv sync
|
||||||
|
|
||||||
run:
|
run:
|
||||||
$(RUN)
|
$(RUN)
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
# OpenMensa STW Potsdam
|
# OpenMensa STW Potsdam
|
||||||
|
|
||||||
|
[](https://travis-ci.org/f4lco/om-parser-stw-potsdam-v2)
|
||||||
|
|
||||||
## Development Quickstart
|
## Development Quickstart
|
||||||
|
|
||||||
$ pipenv install --two --dev # Create venv
|
$ pipenv install --two --dev # Create venv
|
||||||
|
|||||||
Reference in New Issue
Block a user