Skip to content

Commit

Permalink
Drop 2.2 and 2.1, and support 2.4 on appvayor
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn committed Dec 1, 2017
1 parent ac1cbd0 commit 6dc02ce
Showing 1 changed file with 10 additions and 44 deletions.
54 changes: 10 additions & 44 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,71 +1,37 @@
---
environment:
matrix:
# Ruby 2.1 (32bit)
- ruby_version: "21"
# Ruby 2.4 (32bit)
- ruby_version: "24"
PYTHONDIR: "C:\\Python27"
PYTHON: "C:\\Python27\\python.exe"

- ruby_version: "21"
- ruby_version: "24"
PYTHONDIR: "C:\\Python34"
PYTHON: "C:\\Python34\\python.exe"

- ruby_version: "21"
- ruby_version: "24"
PYTHONDIR: "C:\\Python35"
PYTHON: "C:\\Python35\\python.exe"

- ruby_version: "21"
- ruby_version: "24"
PYTHONDIR: "C:\\Python36"
PYTHON: "C:\\Python36\\python.exe"

# Ruby 2.1 (64bit)
- ruby_version: "21-x64"
# Ruby 2.4 (64bit)
- ruby_version: "24-x64"
PYTHONDIR: "C:\\Python27-x64"
PYTHON: "C:\\Python27-x64\\python.exe"

- ruby_version: "21-x64"
- ruby_version: "24-x64"
PYTHONDIR: "C:\\Python34-x64"
PYTHON: "C:\\Python34-x64\\python.exe"

- ruby_version: "21-x64"
- ruby_version: "24-x64"
PYTHONDIR: "C:\\Python35-x64"
PYTHON: "C:\\Python35-x64\\python.exe"

- ruby_version: "21-x64"
PYTHONDIR: "C:\\Python36-x64"
PYTHON: "C:\\Python36-x64\\python.exe"

# Ruby 2.2 (32bit)
- ruby_version: "22"
PYTHONDIR: "C:\\Python27"
PYTHON: "C:\\Python27\\python.exe"

- ruby_version: "22"
PYTHONDIR: "C:\\Python34"
PYTHON: "C:\\Python34\\python.exe"

- ruby_version: "22"
PYTHONDIR: "C:\\Python35"
PYTHON: "C:\\Python35\\python.exe"

- ruby_version: "22"
PYTHONDIR: "C:\\Python36"
PYTHON: "C:\\Python36\\python.exe"

# Ruby 2.2 (64bit)
- ruby_version: "22-x64"
PYTHONDIR: "C:\\Python27-x64"
PYTHON: "C:\\Python27-x64\\python.exe"

- ruby_version: "22-x64"
PYTHONDIR: "C:\\Python34-x64"
PYTHON: "C:\\Python34-x64\\python.exe"

- ruby_version: "22-x64"
PYTHONDIR: "C:\\Python35-x64"
PYTHON: "C:\\Python35-x64\\python.exe"

- ruby_version: "22-x64"
- ruby_version: "24-x64"
PYTHONDIR: "C:\\Python36-x64"
PYTHON: "C:\\Python36-x64\\python.exe"

Expand Down

0 comments on commit 6dc02ce

Please sign in to comment.