summaryrefslogtreecommitdiff
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 df957c20..9b87d962 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -78,7 +78,7 @@ install:
build: false
test_script:
- - nosetests --with-coverage
+ - nosetests -v --with-coverage
#on_success:
# - IF "%PYTHON_VERSION%"=="3.4" (coveralls)