summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorKostis Anagnostopoulos <ankostis@gmail.com>2016-10-16 22:02:51 +0200
committerKostis Anagnostopoulos <ankostis@gmail.com>2016-10-16 22:06:10 +0200
commit5962373da1444d841852970205bff77d5ca9377f (patch)
treead6d5d57fd700ebb7beb4ab3e3686d8791ccc093 /.appveyor.yml
parentec731f448d304dfe1f9269cc94de405aeb3a0665 (diff)
downloadgitpython-5962373da1444d841852970205bff77d5ca9377f.tar.gz
cygwin, appveyor, #533: Enable actual failures, hide certain 2+2 cases
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 0237d2e5..701fc4ac 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -77,7 +77,7 @@ build: false
test_script:
- IF "%IS_CYGWIN%" == "yes" (
- nosetests -v || echo "Ignoring failures." & EXIT /B 0
+ nosetests -v
) ELSE (
IF "%PYTHON_VERSION%" == "3.5" (
nosetests -v --with-coverage