diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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: |