First commit with some GeorideApiLib items

This commit is contained in:
2019-10-25 00:40:15 +02:00
commit cd5adffbd0
11 changed files with 855 additions and 0 deletions

11
.travis.yml Normal file
View 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