diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-05 17:09:23 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-05 17:09:23 -0400 |
commit | e1c461d642a5c7d2539c34689525d4cd3f349407 (patch) | |
tree | 5b1b84fbc410b5e1c2ea5d3e917f7e7539338bef | |
parent | 13759f55c3703e356cf7326ba98b3fa708329b4d (diff) | |
download | python-coveragepy-git-e1c461d642a5c7d2539c34689525d4cd3f349407.tar.gz |
Maybe this will build kits for failed jobs
-rw-r--r-- | appveyor.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml index 913aea61..27a6d493 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,8 +7,6 @@ shallow_clone: true matrix: - fast_finish: true - allow_failures: - PYTHON_ARCH: "64" @@ -113,9 +111,6 @@ install: build: off test_script: - - "%PYTHON%\\Scripts\\tox --version" - - "%PYTHON%\\Scripts\\virtualenv --version" - - "%PYTHON%\\Scripts\\pip --version" - "%CMD_IN_ENV% %PYTHON%\\Scripts\\tox" after_test: |