docker-android/.travis.yml
2018-07-05 19:56:14 +02:00

27 lines
403 B
YAML

language: python
python:
- "3.5"
sudo: required
services:
- docker
install: "pip install -r requirements.txt"
env:
- ANDROID_VERSION=5.0.1
- ANDROID_VERSION=5.1.1
- ANDROID_VERSION=6.0
- ANDROID_VERSION=7.0
- ANDROID_VERSION=7.1.1
- ANDROID_VERSION=8.0
- ANDROID_VERSION=8.1
- REAL_DEVICE=True
script: bash travis.sh
after_success:
- bash <(curl -s https://codecov.io/bash)