Skip to content

Commit a38efa8

Browse files
committed
Artificially restrict test-runs to assure we don't leak handles
1 parent be66773 commit a38efa8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ python:
1010
install:
1111
- pip install coveralls
1212
script:
13+
- ulimit -n 48
14+
- ulimit -n
1315
- nosetests --with-coverage
1416
after_success:
1517
- coveralls

0 commit comments

Comments
 (0)