FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-docs-samples/.travis.yml at master · Smejia723/python-docs-samples · GitHub
Smejia723
/
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
29 lines (29 loc) · 665 Bytes
Breadcrumbs
python-docs-samples
/
.travis.yml
Copy path
File metadata and controls
29 lines (29 loc) · 665 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
sudo
:
false
language
:
python
services
:
-
memcached
-
mysql
-
redis-server
branches
:
only
:
-
master
cache
:
directories
:
-
$HOME/.cache
env
:
global
:
secure
:
RPClDmwFZnpBIKtMvlzjzZVam4flvJtSvxFD8mHCQVQ//KqyBbQxl970kqStOK7p0RXkOB3XuFDvVixqyuptoQ8wTdgSBEPAub4DwRpcmCc1exzErHIt9zep3cQhSUuzl8N/tNl3o6GG04NsZTeErORqxfDvk3WbqFa9593G358=
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
-
pip install --upgrade git+https://github.com/dhermes/ci-diff-helper.git
script
:
-
./scripts/travis.sh
Back
|
FazBrowse Home
|
New Git URL