Skip to content

Commit

Permalink
Temp: Enable more python versions, to verify the fix
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Oct 17, 2019
1 parent 80aed87 commit c958ab0
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
environment:
matrix:

- TOX_ENV: win64_py27_32
UNIX_PATH: none
PYTHON_CMD: python

# - TOX_ENV: win64_py27_64
# - TOX_ENV: win64_py27_32
# UNIX_PATH: none
# PYTHON_CMD: python

# - TOX_ENV: win64_py34_32
# - TOX_ENV: win64_py27_64
# UNIX_PATH: none
# PYTHON_CMD: python

# - TOX_ENV: win64_py34_64
# UNIX_PATH: none
# PYTHON_CMD: python
- TOX_ENV: win64_py34_32
UNIX_PATH: none
PYTHON_CMD: python

- TOX_ENV: win64_py34_64
UNIX_PATH: none
PYTHON_CMD: python

# - TOX_ENV: win64_py35_32
# UNIX_PATH: none
Expand All @@ -38,9 +38,9 @@ environment:
# UNIX_PATH: none
# PYTHON_CMD: python

# - TOX_ENV: win64_py37_64
# UNIX_PATH: none
# PYTHON_CMD: python
- TOX_ENV: win64_py37_64
UNIX_PATH: none
PYTHON_CMD: python

# TODO: Disabled because python2.7 with cygwin 32-bit fails with:
# "virtualenv is not compatible with this system or executable"
Expand All @@ -54,10 +54,10 @@ environment:
# PYTHON_CMD: python2.7
# PIP_CMD: pip

- TOX_ENV: cygwin64_py36
UNIX_PATH: C:\cygwin64\bin
PYTHON_CMD: python3.6m
PIP_CMD: pip
# - TOX_ENV: cygwin64_py36
# UNIX_PATH: C:\cygwin64\bin
# PYTHON_CMD: python3.6m
# PIP_CMD: pip

configuration:
# These values will become the values of the PACKAGE_LEVEL env.var.
Expand Down

0 comments on commit c958ab0

Please sign in to comment.