FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sendgrid-python/.travis.yml at master · avantbanking/sendgrid-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
avantbanking
/
sendgrid-python
Public
forked from
sendgrid/sendgrid-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
sendgrid-python
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (32 loc) · 949 Bytes
Breadcrumbs
sendgrid-python
/
.travis.yml
Copy path
File metadata and controls
32 lines (32 loc) · 949 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
language
:
python
sudo
:
false
cache
:
pip
python
:
-
'
2.6
'
-
'
2.7
'
-
'
3.4
'
-
'
3.5
'
install
:
-
python setup.py install
-
pip install pyyaml
-
pip install flask
-
pip install six
before_script
:
-
mkdir prism
-
mkdir prism/bin
-
export PATH=$PATH:$PWD/prism/bin/
-
./test/prism.sh
script
:
-
if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then unit2 discover; else python -m unittest
discover; fi
notifications
:
hipchat
:
rooms
:
secure
:
Lo3L/YNWpn9ulGX4D2HlWrBOyxMPlLkFcwxbYViG69Ta6BV+c6YE+Pct43tExlL6sZ+nj5p8X4KRTeOM4sqASrebWA25nyUrNTm+vZYFbi5XfmGvvi8TEsgg0MYRQRWWn/R2z0kZW/fqOY6sqJuoIafMBmC3tayTJRiH1Ct2Cw0=
template
:
-
'
<a href="https://travis-ci.org/%{repository}/builds/%{build_id}">%{repository}
Build %{build_number}</a> on branch <i>%{branch}</i> by %{author}: <strong>%{message}</strong>
<a href="https://github.com/sendgrid/%{repository}/commits/%{commit}">View on
GitHub</a>
'
format
:
html
notify
:
false
Back
|
FazBrowse Home
|
New Git URL