From 7c63ffd4e4ecc57fa706e13a83617c4203e3f818 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 6 Sep 2015 20:31:56 -0400 Subject: Will this work? --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d18dbec5..0293628a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -110,7 +110,7 @@ install: build_script: - if NOT "%COVERAGE_COVERAGE%" == "yes" %CMD_IN_ENV% %PYTHON%\python setup.py bdist_wheel bdist_wininst - - if NOT "%COVERAGE_COVERAGE%" == "yes" appveyor PushArtifact dist\*.* + - if NOT "%COVERAGE_COVERAGE%" == "yes" appveyor PushArtifact dist test_script: - "%CMD_IN_ENV% %PYTHON%\\Scripts\\tox" -- cgit v1.2.1