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
|
||||
|
||||
dependencies:
|
||||
pipenv sync
|
||||
|
||||
run:
|
||||
$(RUN)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user