diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-29 11:04:19 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-29 11:04:19 -0400 |
commit | f53abef60d40d665f262957d65905dc492aa1cec (patch) | |
tree | acfc46f871574c95a6e672aab1dd3515683b826d | |
parent | b9495defbc8fb45c70e1f282525c18d6278b732b (diff) | |
download | python-coveragepy-git-f53abef60d40d665f262957d65905dc492aa1cec.tar.gz |
Fix escape in yaml
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 54f50d0b..5902c575 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -57,5 +57,5 @@ test_script: - "%PYTHON_HOME%\\Scripts\\pip --version" - "%WITH_COMPILER% %PYTHON_HOME%\\Scripts\\tox" artifacts: - - path: "dist\*" + - path: "dist\\*" - path: ".metacov*" |