Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wujinhu committed Nov 23, 2017
1 parent 9426fc4 commit c04e8b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ install:
- pip install --upgrade mock
script:
- nosetests unittests/ --with-cov
- export OSS_TEST_AUTH_VERSION=v1
- if [ -n "$OSS_TEST_ACCESS_KEY_ID" ]; then travis_wait 30 nosetests -s tests/ --with-cov; fi
- export OSS_TEST_AUTH_VERSION=v2
- if [ -n "$OSS_TEST_ACCESS_KEY_ID" ]; then travis_wait 30 nosetests -s tests/ --with-cov; fi
after_success:
Expand Down

0 comments on commit c04e8b2

Please sign in to comment.