Skip to content

Commit e29b3f2

Browse files
committed
Merge pull request #59 from xushiwei/feature/docs
Feature/docs
2 parents e027dc9 + 49e9c43 commit e29b3f2

File tree

7 files changed

+815
-417
lines changed

7 files changed

+815
-417
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ before_script:
1111
- export QINIU_TEST_DOMAIN="pysdk.qiniudn.com"
1212
- export PYTHONPATH="$PYTHONPATH:."
1313
script:
14-
- nosetests --with-coverage --cover-package=qiniu
15-
- python docs/demo.py
14+
- python setup.py nosetests
15+
- python docs/gist/demo.py
1616
- python docs/gist/conf.py

0 commit comments

Comments
 (0)