There was an error while loading. Please reload this page.
1 parent be66773 commit a38efa8Copy full SHA for a38efa8
1 file changed
.travis.yml
@@ -10,6 +10,8 @@ python:
10
install:
11
- pip install coveralls
12
script:
13
+ - ulimit -n 48
14
+ - ulimit -n
15
- nosetests --with-coverage
16
after_success:
17
- coveralls
0 commit comments