diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-06 20:31:56 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-06 20:31:56 -0400 |
commit | 7c63ffd4e4ecc57fa706e13a83617c4203e3f818 (patch) | |
tree | 9f4947ea6fa3b8c9936e779d254891b717653239 | |
parent | 01b06bed3910905f1347442d60646317b1314348 (diff) | |
download | python-coveragepy-git-7c63ffd4e4ecc57fa706e13a83617c4203e3f818.tar.gz |
Will this work?
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |