Skip to content

Commit 387f1b6

Browse files
committed
Travis settings
1 parent 99be726 commit 387f1b6

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

test/travis_settings.py

+9-4
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,17 @@
199199
'sina': {
200200
'appkey': '3161614143',
201201
'appsecret': 'ee17c099317f872eeddb25204ea46721',
202-
'callbackurl': 'http://www.lylinux.net/oauth/weibo'
202+
'callbackurl': 'http://www.lylinux.net/oauth/authorize?type=weibo'
203203
},
204204
'google': {
205-
'appkey': os.environ.get('GOOGLE_APP_KEY'),
206-
'appsecret': os.environ.get('GOOGLE_APP_SECRET'),
207-
'callbackurl': 'http://www.lylinux.net/oauth/googleauthorize'
205+
'appkey': 'googleappkey',
206+
'appsecret': 'googleappsecret',
207+
'callbackurl': 'http://www.lylinux.net/oauth/authorize?type=google'
208+
},
209+
'github': {
210+
'appkey': 'githubappkey',
211+
'appsecret': 'githubappsecret',
212+
'callbackurl': 'http://www.lylinux.net/oauth/authorize?type=github'
208213
}
209214
}
210215

0 commit comments

Comments
 (0)