diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-10 08:06:07 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-10 08:06:07 -0400 |
commit | c6de30bf578be97ae72f26668b954a0ba0786f50 (patch) | |
tree | 501e4e9b4dbcabf8a3074d220a8b5f9b13a02b71 | |
parent | 409ffb2aaa842867950722602126e4f335fc9691 (diff) | |
download | python-coveragepy-git-c6de30bf578be97ae72f26668b954a0ba0786f50.tar.gz |
How many languages can I nest at once and still get the escaping right?
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index f7a058ad..b35c4ff6 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. |