From 06b16115bee85d7dd12a51c7476b0655068a970c Mon Sep 17 00:00:00 2001 From: Kostis Anagnostopoulos Date: Mon, 3 Oct 2016 01:01:00 +0200 Subject: ci: restore verbosity for travis/appveyor, increase 96->100 ulimit + PY3.3 fails due to 'too many files open" --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index ab766e7c..7b72e007 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,9 +29,9 @@ install: - cat git/test/fixtures/.gitconfig >> ~/.gitconfig script: # Make sure we limit open handles to see if we are leaking them - - ulimit -n 96 + - ulimit -n 100 - ulimit -n - - nosetests --with-coverage + - nosetests -v --with-coverage - if [ "$TRAVIS_PYTHON_VERSION" == '3.4' ]; then flake8; fi - if [ "$TRAVIS_PYTHON_VERSION" == '3.5' ]; then cd doc && make html; fi - -- cgit v1.2.3