docker-android/.travis.yml

12 lines
164 B
YAML
Raw Normal View History

2016-12-22 13:29:57 +00:00
language: python
2016-12-22 13:29:57 +00:00
python:
2017-03-27 11:45:21 +01:00
- "3.5"
2016-12-22 13:29:57 +00:00
install: "pip install -r requirements.txt"
script: bash travis.sh
2016-12-22 13:29:57 +00:00
after_success:
- bash <(curl -s https://codecov.io/bash)