We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49948d8 commit 0ddb457Copy full SHA for 0ddb457
.travis.yml
@@ -12,10 +12,7 @@ install:
12
script:
13
- nosetests unittests/ --with-cov
14
- export OSS_TEST_AUTH_VERSION=v1
15
-- if [ -n "$OSS_TEST_ACCESS_KEY_ID" ]; then travis_wait 30 nosetests -s tests/ --with-cov;
16
- fi
17
-- export OSS_TEST_AUTH_VERSION=v2
18
+- if [ -n "$OSS_TEST_ACCESS_KEY_ID" ]; then travis_wait 50 nosetests -s tests/ --with-cov;
19
fi
20
after_success:
21
- coveralls
0 commit comments