Skip to content

Commit

Permalink
Building for Python 2.7 one last time...
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanDunfield committed Jan 6, 2021
1 parent c8eaa72 commit 9a284b9
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions Windows/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# https://ci.appveyor.com/project/nathan_dunfield/cypari-v7ul8

image: Visual Studio 2019
image: Visual Studio 2015

branches:
only:
Expand All @@ -18,34 +18,34 @@ environment:
# A build job will be started for each definition below.

- PYTHON: C:\Python27-x64
TOOLCHAIN: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64
TOOLCHAIN: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64

- PYTHON: C:\Python27
TOOLCHAIN: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32
TOOLCHAIN: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32

- PYTHON: C:\Python36-x64
TOOLCHAIN: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64
# - PYTHON: C:\Python36-x64
# TOOLCHAIN: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64

- PYTHON: C:\Python36
TOOLCHAIN: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32
# - PYTHON: C:\Python36
# TOOLCHAIN: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32

- PYTHON: C:\Python37-x64
TOOLCHAIN: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64
# - PYTHON: C:\Python37-x64
# TOOLCHAIN: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64

- PYTHON: C:\Python37
TOOLCHAIN: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32
# - PYTHON: C:\Python37
# TOOLCHAIN: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32

- PYTHON: C:\Python38-x64
TOOLCHAIN: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64
# - PYTHON: C:\Python38-x64
# TOOLCHAIN: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64

- PYTHON: C:\Python38
TOOLCHAIN: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32
# - PYTHON: C:\Python38
# TOOLCHAIN: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32

- PYTHON: C:\Python39-x64
TOOLCHAIN: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64
# - PYTHON: C:\Python39-x64
# TOOLCHAIN: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64

- PYTHON: C:\Python39
TOOLCHAIN: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32
# - PYTHON: C:\Python39
# TOOLCHAIN: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32

install:
# Note that you must use the environment variable %PYTHON% to refer to
Expand Down

0 comments on commit 9a284b9

Please sign in to comment.