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" --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index df957c20..9b87d962 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -78,7 +78,7 @@ install: build: false test_script: - - nosetests --with-coverage + - nosetests -v --with-coverage #on_success: # - IF "%PYTHON_VERSION%"=="3.4" (coveralls) -- cgit v1.2.3