summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2016-09-06 11:44:04 +0300
committeranatoly techtonik <techtonik@gmail.com>2016-09-06 11:44:04 +0300
commit8af151746bfaa889c9308e633dcadfa85eaa4987 (patch)
tree72ab3cffc5be668ff1aec8b77de1304d47353c5c
parent0208db80291c5175c1e9b0aa7fdf23559b09500e (diff)
downloadwheel-8af151746bfaa889c9308e633dcadfa85eaa4987.tar.gz
Fix 'Error parsing appveyor.yml: "version" value must be a string.'
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 5c23f8a..37ffa8e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-version: {build}
+version: "{build}"
install:
- cmd: python -m pip install tox
build_script: