Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jpush-api-python-client
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
jpush-api-python-client
Commits
aa47582e
Commit
aa47582e
authored
Apr 25, 2016
by
fendouai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix travis.yml
parent
ee9be2db
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
.travis.yml
.travis.yml
+3
-3
example_all.py
examples/push/example_all.py
+3
-0
No files found.
.travis.yml
View file @
aa47582e
...
...
@@ -2,9 +2,9 @@ language: python
python
:
-
"
2.6"
-
"
2.7"
-
"
3.2"
-
"
3.3"
-
"
3.4"
#
- "3.2"
#
- "3.3"
#
- "3.4"
# command to install dependencies
install
:
...
...
examples/push/example_all.py
View file @
aa47582e
...
...
@@ -8,4 +8,7 @@ push.audience = jpush.all_
push
.
notification
=
jpush
.
notification
(
alert
=
"Hello,python sdk!"
)
push
.
platform
=
jpush
.
all_
core
.
logger
.
debug
(
'logger debug message test'
)
push
.
send
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment