Skip to content

Commit

Permalink
Merge branch 'feature/multipart_reader' into feature/unittest_doc
Browse files Browse the repository at this point in the history
  • Loading branch information
SunRunAway committed Jul 5, 2013
2 parents 9a4bd59 + 187be56 commit aa26c17
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ python:
install:
- "pip install coverage --use-mirrors"
before_script:
- source env.sh
- export QINIU_ACCESS_KEY="X0XpjFmLMTJpHB_ESHjeolCtipk-1U3Ok7LVTdoN"
- export QINIU_SECRET_KEY="wenlwkU1AYwNBf7Q9cCoG4VT_GYyrHE9AS_R2u81"
- export QINIU_BUCKET_NAME="pysdk"
- export QINIU_DOMAIN="pysdk.qiniudn.com"
- export PYTHONPATH="$PYTHONPATH:."
script:
- nosetests --with-coverage --cover-package=qiniu
Expand Down

0 comments on commit aa26c17

Please sign in to comment.