summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-10 08:06:07 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-10 08:06:07 -0400
commit4978d4a7f0e074d9fb1908a068fdef0d1181a400 (patch)
treec1d32245e9c76689c8d02beb22f103ee24a5f511 /appveyor.yml
parent1408880e100691176494a40500de8dd9a1c91d4f (diff)
downloadpython-coveragepy-4978d4a7f0e074d9fb1908a068fdef0d1181a400.tar.gz
How many languages can I nest at once and still get the escaping right?
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f7a058a..b35c4ff 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -116,7 +116,7 @@ install:
# Make a python3.4.bat file in the current directory so that tox will find it
# and python3.4 will mean what we want it to.
- - "python -c \"import os; toxenv = os.environ['TOXENV']; bat = open('python{0}.{1}.bat'.format(*toxenv[2:]), 'w'); bat.write(r'@C:\{0}\python %*'.format(os.environ['PYTHON']))\""
+ - "python -c \"import os; toxenv = os.environ['TOXENV']; bat = open('python{0}.{1}.bat'.format(*toxenv[2:]), 'w'); bat.write(r'@C:\\{0}\\python %*'.format(os.environ['PYTHON']))\""
build_script:
# If not a metacov job, then build wheels and .exe installers.