summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKostis Anagnostopoulos <ankostis@gmail.com>2016-09-30 00:49:38 +0200
committerKostis Anagnostopoulos <ankostis@gmail.com>2016-09-30 01:36:24 +0200
commitb114f3bbe50f50477778a0a13cf99c0cfee1392a (patch)
tree9c455681e928297388074df91e4db23f2e3e3f0b /.travis.yml
parent842fb6852781fd74fdbc7b2762084e39c0317067 (diff)
downloadgitpython-b114f3bbe50f50477778a0a13cf99c0cfee1392a.tar.gz
ci: Capture logging for Popen() execute statements.
+ Collect all known commands
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 5c98c4d2..63686011 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,7 +31,7 @@ script:
# Make sure we limit open handles to see if we are leaking them
- ulimit -n 96
- ulimit -n
- - nosetests -v --with-coverage
+ - nosetests -vvvs --with-coverage --logging-level=DEBUG
- if [ "$TRAVIS_PYTHON_VERSION" == '3.4' ]; then flake8; fi
- if [ "$TRAVIS_PYTHON_VERSION" == '3.5' ]; then cd doc && make html; fi
-