diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2015-01-07 18:03:33 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2015-01-07 18:03:33 +0100 |
| commit | a38efa84daef914e4de58d1905a500d8d14aaf45 (patch) | |
| tree | 53b151de92e52870cf844c3510d50e07ee09bd0d | |
| parent | be66773309e52e231156ad6a2c9e89dfd58251ed (diff) | |
| download | smmap-a38efa84daef914e4de58d1905a500d8d14aaf45.tar.gz | |
Artificially restrict test-runs to assure we don't leak handles
| -rw-r--r-- | .travis.yml | 2 |
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 |
