diff options
Diffstat (limited to '.appveyor.yml')
| -rw-r--r-- | .appveyor.yml | 2 |
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) |
