We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d74543 commit 38fc944Copy full SHA for 38fc944
.travis.yml
@@ -26,7 +26,7 @@ install:
26
- git config --global user.name "Travis Runner"
27
script:
28
# Make sure we limit open handles to see if we are leaking them
29
- - ulimit -n 64
+ - ulimit -n 96
30
- ulimit -n
31
- nosetests -v --with-coverage
32
- flake8
0 commit comments