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