forked from GoogleCloudPlatform/python-docs-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
30 lines (30 loc) · 705 Bytes
/
.travis.yml
File metadata and controls
30 lines (30 loc) · 705 Bytes
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
sudo: false
language: python
services:
- memcached
- mysql
- redis-server
branches:
only:
- master
cache:
directories:
- $HOME/.cache
env:
global:
secure: V8kTaIK8NYMEUVzaekLoVgJzz5/9yA/KKL8CVgOmiPEjt1o1wAXy+ojyXCgjGmB16OOcTYKtXKvOBndDg99MxUzMc9uLrHF4ub2fJZy3ZoCfPaxHNOpIOTTAhB8J/nog/JpW5NnJOBGE8fAQ/TUy8nSvOwe27n4qKO5eWqTy5kA=
addons:
apt:
sources:
- deadsnakes
packages:
- portaudio19-dev
- python3.5
- python3.5-dev
install:
- pip install --upgrade pip wheel virtualenv
- pip install --upgrade nox-automation coverage
# Temporarily install this from source.
- pip install --upgrade git+https://github.com/dhermes/ci-diff-helper.git
script:
- ./scripts/travis.sh