FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
gcloud-python/.travis.yml at master · gwtale/gcloud-python · GitHub
gwtale
/
gcloud-python
Public
forked from
googleapis/google-cloud-python
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
gcloud-python
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (28 loc) · 842 Bytes
Breadcrumbs
gcloud-python
/
.travis.yml
Copy path
File metadata and controls
33 lines (28 loc) · 842 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
31
32
33
language
:
python
sudo
:
false
before_install
:
-
git clone https://github.com/GoogleCloudPlatform/gcloud-python-wheels
gcloud-python-wheels
-
export WHEELHOUSE="$(pwd)/gcloud-python-wheels/wheelhouse/"
install
:
-
scripts/custom_pip_install.sh tox
script
:
-
tox -e py26
-
tox -e py27
-
tox -e py34
-
tox -e lint
-
tox -e regression
-
tox -e regression3
-
scripts/merge.sh
after_success
:
-
tox -e coveralls
deploy
:
provider
:
pypi
user
:
silvolu
password
:
secure
:
keSFPLzVj/yAAJ8kw4m+U5kpIiGqubpDqhcHPlGAvMohFMIO4D8ffgCqJdbhQshTtb/wiS5ajK1KNpEzq4BKD/5oRXuj/sIRTMENzX/azUXkT/bADLEGocyfE4/NAGQ9mcDOmHntjt7UUhYN6H87rgex22er4V1vD5tGf5Kc1HU=
on
:
tags
:
true
repo
:
GoogleCloudPlatform/gcloud-python
#
until this is fixed: https://github.com/travis-ci/travis-ci/issues/1675
all_branches
:
true
Back
|
FazBrowse Home
|
New Git URL