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