From 38fc944390d57399d393dc34b4d1c5c81241fb87 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 20 Feb 2015 07:09:18 +0100 Subject: It seems something within our environment changed ... ... as we are now running out of file handles. Previously, it worked ... and gitpython didn't change --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1fda2018..069527eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ install: - 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 96 - ulimit -n - nosetests -v --with-coverage - flake8 -- cgit v1.2.3