diff --git a/appveyor.yml b/appveyor.yml index 433d0e8..a617339 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,4 +18,5 @@ test_script: - pyflakes . - pep8 . - nosetests - - coveralls + - coverage report + - if not "%COVERALLS_REPO_TOKEN%"=="" coveralls