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 c563b72 commit 72a2f7dCopy full SHA for 72a2f7d
1 file changed
.travis.yml
@@ -35,7 +35,8 @@ script:
35
# Make sure we limit open handles to see if we are leaking them
36
- ulimit -n 128
37
- ulimit -n
38
- - nosetests -v --with-coverage
+ - coverage run --omit="git/test/*" -m unittest --buffer
39
+ - coverage report
40
- if [ "$TRAVIS_PYTHON_VERSION" == '3.5' ]; then cd doc && make html; fi
41
- if [ "$TRAVIS_PYTHON_VERSION" == '3.6' ]; then flake8 --ignore=W293,E265,E266,W503,W504,E731; fi
42
after_success:
0 commit comments