forked from GoogleCloudPlatform/python-docs-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
35 lines (35 loc) · 880 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
sudo: false
language: python
python:
- "3.6"
services:
- memcached
- mysql
- redis-server
branches:
only:
- master
cache:
directories:
- "$HOME/.cache"
env:
global:
# Explicitly use choose unicode dependency to let the apache-airflow
# package installation continue. See:
# https://github.com/apache/incubator-airflow/pull/3660
- SLUGIFY_USES_TEXT_UNIDECODE=yes
- secure: fsBH64/WqTe7lRcn4awZU7q6+euS/LHgMq2Ee2ubaoxUei2GbK5jBgnGHxOKVL5sZ4KNfTc7d6NR5BB1ZouYr2v4q1ip7Il9kFG4g5qV4cIXzHusXkrjvIzQLupNpcD9JJZr1fmYh4AqXRs2kP/nZqb7xB6Jm/O+h+aeC1bhhBg=
addons:
apt:
sources:
- deadsnakes
packages:
- portaudio19-dev
- python3.6
- python3.6-dev
install:
- pip install --upgrade pip wheel virtualenv
- pip install --upgrade nox
- pip install --upgrade git+https://github.com/dhermes/ci-diff-helper.git
script:
- "./scripts/travis.sh"