Commit aa47582e authored by fendouai's avatar fendouai

fix travis.yml

parent ee9be2db
...@@ -2,9 +2,9 @@ language: python ...@@ -2,9 +2,9 @@ language: python
python: python:
- "2.6" - "2.6"
- "2.7" - "2.7"
- "3.2" # - "3.2"
- "3.3" # - "3.3"
- "3.4" # - "3.4"
# command to install dependencies # command to install dependencies
install: install:
......
...@@ -8,4 +8,7 @@ push.audience = jpush.all_ ...@@ -8,4 +8,7 @@ push.audience = jpush.all_
push.notification = jpush.notification(alert="Hello,python sdk!") push.notification = jpush.notification(alert="Hello,python sdk!")
push.platform = jpush.all_ push.platform = jpush.all_
core.logger.debug('logger debug message test') core.logger.debug('logger debug message test')
push.send() push.send()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment