summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKostis Anagnostopoulos <ankostis@gmail.com>2016-10-03 12:25:09 +0200
committerKostis Anagnostopoulos <ankostis@gmail.com>2016-10-04 01:26:51 +0200
commitbe44602b633cfb49a472e192f235ba6de0055d38 (patch)
treef3bf2cf426e682aba1487174e7e38bd652b09a27 /.travis.yml
parent86aa8738e0df54971e34f2e929484e0476c7f38a (diff)
downloadgitpython-be44602b633cfb49a472e192f235ba6de0055d38.tar.gz
hidden win-errs: Let leaking TCs run till end, then hide
+ Detect code breaking the body of TCs eventually hidden win-errors by raising SkipTest ALAP. + submodule.base.py: import classes from `git.objects` instead of `utils`. + had to ++ ulimit 100->110 for the extra code tested (more leaks :-) + Centralize is_win detection.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7b72e007..0a1b79ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ install:
- cat git/test/fixtures/.gitconfig >> ~/.gitconfig
script:
# Make sure we limit open handles to see if we are leaking them
- - ulimit -n 100
+ - ulimit -n 110
- ulimit -n
- nosetests -v --with-coverage
- if [ "$TRAVIS_PYTHON_VERSION" == '3.4' ]; then flake8; fi