summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-07 18:03:33 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-07 18:03:33 +0100
commita38efa84daef914e4de58d1905a500d8d14aaf45 (patch)
tree53b151de92e52870cf844c3510d50e07ee09bd0d
parentbe66773309e52e231156ad6a2c9e89dfd58251ed (diff)
downloadsmmap-a38efa84daef914e4de58d1905a500d8d14aaf45.tar.gz
Artificially restrict test-runs to assure we don't leak handles
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cb0c16e..b967f50 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,8 @@ python:
install:
- pip install coveralls
script:
+ - ulimit -n 48
+ - ulimit -n
- nosetests --with-coverage
after_success:
- coveralls