From bb1a1eba5007c4810dd74b89c168ab5c0b153861 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Sat, 30 Jul 2016 09:32:52 +0100 Subject: [PATCH] [appveyor] twine? --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ef3559aa..f581cd51 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -40,12 +40,12 @@ test_script: # the interpreter you're using - Appveyor does not do anything special # to put the Python evrsion you want to use on PATH. #- "build.cmd %PYTHON%\\python.exe setup.py test" - - "coverage run travis_tests.py" + #- "coverage run travis_tests.py" after_test: # This step builds your wheels. - "python setup.py bdist_wheel bdist_wininst" - - codecov + #- codecov artifacts: # bdist_wheel puts your built wheel in the dist directory