From 116b2136ffd30a63f8fd521e5cc60569aa1fa365 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Fri, 6 Oct 2017 14:29:24 +0100 Subject: [PATCH] fix: appveyor comment missing --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b435a466..a8410a47 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -48,7 +48,7 @@ test_script: - "coverage run travis_tests.py" after_test: - This step builds your wheels. + # This step builds your wheels. - "python setup.py bdist_wheel bdist_wininst" - codecov