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
|
||||
Reference in New Issue
Block a user