2016-12-22 13:29:57 +00:00
|
|
|
language: python
|
2017-03-24 15:49:07 +00:00
|
|
|
|
2016-12-22 13:29:57 +00:00
|
|
|
python:
|
2017-03-27 11:45:21 +01:00
|
|
|
- "3.5"
|
2017-03-24 15:49:07 +00:00
|
|
|
|
2017-04-19 12:53:16 +01:00
|
|
|
sudo: required
|
|
|
|
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
|
2016-12-22 13:29:57 +00:00
|
|
|
install: "pip install -r requirements.txt"
|
2017-03-24 15:49:07 +00:00
|
|
|
|
2017-04-26 10:42:40 +01:00
|
|
|
env:
|
|
|
|
matrix:
|
|
|
|
- ANDROID_VERSION=5.0.1
|
|
|
|
- ANDROID_VERSION=5.1.1
|
|
|
|
- ANDROID_VERSION=6.0
|
|
|
|
- ANDROID_VERSION=7.0
|
|
|
|
- ANDROID_VERSION=7.1.1
|
|
|
|
|
2017-04-19 12:24:42 +01:00
|
|
|
script: bash travis.sh
|
2017-03-24 15:49:07 +00:00
|
|
|
|
2016-12-22 13:29:57 +00:00
|
|
|
after_success:
|
|
|
|
- bash <(curl -s https://codecov.io/bash)
|