aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
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