summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-29 11:04:19 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-29 11:04:19 -0400
commitf53abef60d40d665f262957d65905dc492aa1cec (patch)
treeacfc46f871574c95a6e672aab1dd3515683b826d
parentb9495defbc8fb45c70e1f282525c18d6278b732b (diff)
downloadpython-coveragepy-git-f53abef60d40d665f262957d65905dc492aa1cec.tar.gz
Fix escape in yaml
-rw-r--r--appveyor.yml2
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*"