summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-02-20 07:09:18 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-02-20 07:09:18 +0100
commit38fc944390d57399d393dc34b4d1c5c81241fb87 (patch)
tree38244778f5da1a590dbe0bda4c8e6768a7fd4509 /.travis.yml
parent3d74543a545a9468cabec5d20519db025952efed (diff)
downloadgitpython-38fc944390d57399d393dc34b4d1c5c81241fb87.tar.gz
It seems something within our environment changed ...
... as we are now running out of file handles. Previously, it worked ... and gitpython didn't change
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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