summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 56669694..b19f091f 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -65,7 +65,8 @@ install:
build: false
test_script:
- - "nosetests -v"
+ - nosetests -v
+ - echo OK
#on_success:
# - IF "%PYTHON_VERSION%"=="3.4" (coveralls)