docker-android/.travis.yml
2016-12-22 14:29:57 +01:00

11 lines
184 B
YAML

language: python
python:
- "2.7"
install: "pip install -r requirements.txt"
script: nosetests
branches:
only:
- master
after_success:
- bash <(curl -s https://codecov.io/bash)