Skip to content

Commit b246a33

Browse files
committed
.travis.yml
1 parent daf2566 commit b246a33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ python:
55
before_script:
66
- export QINIU_ACCESS_KEY="X0XpjFmLMTJpHB_ESHjeolCtipk-1U3Ok7LVTdoN"
77
- export QINIU_SECRET_KEY="wenlwkU1AYwNBf7Q9cCoG4VT_GYyrHE9AS_R2u81"
8-
- export QINIU_BUCKET_NAME="pysdk"
9-
- export QINIU_DOMAIN="pysdk.qiniudn.com"
8+
- export QINIU_TEST_BUCKET="pysdk"
9+
- export QINIU_TEST_DOMAIN="pysdk.qiniudn.com"
1010
- export PYTHONPATH="$PYTHONPATH:."
1111
script:
1212
- python setup.py nosetests

0 commit comments

Comments
 (0)