Skip to content

Commit 187be56

Browse files
committed
travis
1 parent 94e9162 commit 187be56

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ python:
33
- "2.6"
44
- "2.7"
55
before_script:
6-
- source env.sh
6+
- export QINIU_ACCESS_KEY="X0XpjFmLMTJpHB_ESHjeolCtipk-1U3Ok7LVTdoN"
7+
- export QINIU_SECRET_KEY="wenlwkU1AYwNBf7Q9cCoG4VT_GYyrHE9AS_R2u81"
8+
- export QINIU_BUCKET_NAME="pysdk"
9+
- export QINIU_DOMAIN="pysdk.qiniudn.com"
710
- export PYTHONPATH="$PYTHONPATH:."
811
script:
912
- python setup.py nosetests

0 commit comments

Comments
 (0)