diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-10 08:15:06 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-10 08:15:06 -0400 |
commit | 6d5c20e9275d1dbec7476bb6d98e8f0dd0bbe45e (patch) | |
tree | 3d900ae64764efc39328290e1fd15233d0111e45 | |
parent | c6de30bf578be97ae72f26668b954a0ba0786f50 (diff) | |
download | python-coveragepy-git-6d5c20e9275d1dbec7476bb6d98e8f0dd0bbe45e.tar.gz |
Debug
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index b35c4ff6..21dbc851 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -117,6 +117,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']))\"" + - "TYPE python2.6.bat" build_script: # If not a metacov job, then build wheels and .exe installers. |