From 36cdfd3209909163549850709d7f12fdf1316434 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 7 Jan 2015 20:00:06 +0100 Subject: Made improvements to assure test-cases don't leak file handles At least leakage is considerably reduced. Additionally, a test-case was added which triggers failure if auto-disposal of resources wouldn't work. Fixes #60 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4f77dbca..112df6cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,9 @@ install: - git config --global user.email "travis@ci.com" - git config --global user.name "Travis Runner" script: + # Make sure we limit open handles to see if we are leaking them + - ulimit -n 64 + - ulimit -n - nosetests -v --with-coverage - flake8 after_success: -- cgit v1.2.3