First commit with some GeorideApiLib items
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.5"
|
||||
cache: pip
|
||||
install:
|
||||
- pip install -r test_requirements.txt
|
||||
- pip install .
|
||||
script:
|
||||
- py.test tests/*_test.py --cov=georideapilib
|
||||
- pylint georideapilib
|
||||
- coveralls
|
||||
Reference in New Issue
Block a user