summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-06-24 12:46:24 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-06-24 12:58:47 -0400
commit82ff458cf6d628166701ef20da13c971166cb1d7 (patch)
tree3e6c634bfec03891feda44f5cca0fb0f4bb1da95 /appveyor.yml
parentb6d4e7f3f8935aedffc606476a1ae2875522b75f (diff)
downloadpython-coveragepy-git-82ff458cf6d628166701ef20da13c971166cb1d7.tar.gz
Simplify a format
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 fe99f630..a310c5a6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -108,7 +108,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; open('python{0}.{1}.bat'.format(*os.environ['TOXENV'][2:]), 'w').write('@{0}\\\\python \\x25*\\n'.format(os.environ['PYTHON']))\""
+ - "python -c \"import os; open('python{}.{}.bat'.format(*os.environ['TOXENV'][2:]), 'w').write('@{}\\\\python \\x25*\\n'.format(os.environ['PYTHON']))\""
build_script:
# If not a metacov job, then build wheels and .exe installers.