summaryrefslogtreecommitdiff
path: root/ci/templates/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/templates/appveyor.yml')
-rw-r--r--ci/templates/appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/templates/appveyor.yml b/ci/templates/appveyor.yml
index d164d6a..2d175da 100644
--- a/ci/templates/appveyor.yml
+++ b/ci/templates/appveyor.yml
@@ -11,7 +11,7 @@ environment:
PYTHON_VERSION: '2.7'
PYTHON_ARCH: '32'
-{% for env in tox_environments %}{% if env.startswith(('py27', 'py34', 'py35')) %}
+{% for env in tox_environments %}{% if env.startswith(('py2', 'py3')) %}
- TOXENV: '{{ env }},codecov'
TOXPYTHON: C:\Python{{ env[2:4] }}\python.exe
PYTHON_HOME: C:\Python{{ env[2:4] }}