generator-python-parse
Version:
Python API template for backend system using parse.com as database.
22 lines (16 loc) • 307 B
YAML
language: python
python:
- "2.7"
# command to install dependencies
install:
- bin/install
- pip install coveralls
script:
# command to run tests and coverage
- bin/cover
after_success:
# command to run coveralls
coveralls
services:
# command to redis
- redis-server