docker-android/.travis.yml

11 lines
184 B
YAML
Raw Normal View History

2016-12-22 13:29:57 +00:00
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)