FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-docs-samples/.travis.yml at master · xuxingya/python-docs-samples · GitHub
xuxingya
/
python-docs-samples
Public
forked from
GoogleCloudPlatform/python-docs-samples
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python-docs-samples
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
30 lines (30 loc) · 705 Bytes
Breadcrumbs
python-docs-samples
/
.travis.yml
Copy path
File metadata and controls
30 lines (30 loc) · 705 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
Back
|
FazBrowse Home
|
New Git URL