summaryrefslogtreecommitdiff
path: root/.appveyor.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 /.appveyor.yml
parentd84b960982b5bad0b3c78c4a680638824924004b (diff)
downloadgitpython-13d399f4460ecb17cecc59d7158a4159010b2ac5.tar.gz
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 '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index f349d1ff..47bd1f0b 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -77,7 +77,7 @@ install:
build: false
test_script:
- - nosetests -vvvs --logging-level=DEBUG
+ - nosetests --with-coverage
#on_success:
# - IF "%PYTHON_VERSION%"=="3.4" (coveralls)