From 961539ced52c82519767a4c9e5852dbeccfc974e Mon Sep 17 00:00:00 2001 From: Konrad Weihmann Date: Fri, 10 Jul 2020 18:59:52 +0200 Subject: tools: update tool scripts after moving tests Signed-off-by: Konrad Weihmann --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 9cbd94a8..1fbb1ddb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ script: # Make sure we limit open handles to see if we are leaking them - ulimit -n 128 - ulimit -n - - coverage run --omit="git/test/*" -m unittest --buffer + - coverage run --omit="test/*" -m unittest --buffer - coverage report - if [ "$TRAVIS_PYTHON_VERSION" == '3.5' ]; then cd doc && make html; fi - if [ "$TRAVIS_PYTHON_VERSION" == '3.6' ]; then flake8 --ignore=W293,E265,E266,W503,W504,E731; fi -- cgit v1.2.3