aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKostis Anagnostopoulos <ankostis@gmail.com>2016-10-01 12:12:19 +0200
committerKostis Anagnostopoulos <ankostis@gmail.com>2016-10-01 12:26:07 +0200
commit13d399f4460ecb17cecc59d7158a4159010b2ac5 (patch)
tree7d21abf15454194b1c86599f17b960c6d4ba1670 /.travis.yml
parentd84b960982b5bad0b3c78c4a680638824924004b (diff)
downloadGitPython-13d399f4460ecb17cecc59d7158a4159010b2ac5.tar.gz
GitPython-13d399f4460ecb17cecc59d7158a4159010b2ac5.zip
ci: restore ci log-level to normal, coverage on Win-Appveyor
+ Extract util-method to delete lock-files, also on Windows (will be needed by TCs).
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 63686011..ab766e7c 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 -vvvs --with-coverage --logging-level=DEBUG
+ - nosetests --with-coverage
- if [ "$TRAVIS_PYTHON_VERSION" == '3.4' ]; then flake8; fi
- if [ "$TRAVIS_PYTHON_VERSION" == '3.5' ]; then cd doc && make html; fi
-