Skip to content

Commit 6dc02ce

Browse files
committed
Drop 2.2 and 2.1, and support 2.4 on appvayor
1 parent ac1cbd0 commit 6dc02ce

File tree

1 file changed

+10
-44
lines changed

1 file changed

+10
-44
lines changed

appveyor.yml

Lines changed: 10 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,37 @@
11
---
22
environment:
33
matrix:
4-
# Ruby 2.1 (32bit)
5-
- ruby_version: "21"
4+
# Ruby 2.4 (32bit)
5+
- ruby_version: "24"
66
PYTHONDIR: "C:\\Python27"
77
PYTHON: "C:\\Python27\\python.exe"
88

9-
- ruby_version: "21"
9+
- ruby_version: "24"
1010
PYTHONDIR: "C:\\Python34"
1111
PYTHON: "C:\\Python34\\python.exe"
1212

13-
- ruby_version: "21"
13+
- ruby_version: "24"
1414
PYTHONDIR: "C:\\Python35"
1515
PYTHON: "C:\\Python35\\python.exe"
1616

17-
- ruby_version: "21"
17+
- ruby_version: "24"
1818
PYTHONDIR: "C:\\Python36"
1919
PYTHON: "C:\\Python36\\python.exe"
2020

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

26-
- ruby_version: "21-x64"
26+
- ruby_version: "24-x64"
2727
PYTHONDIR: "C:\\Python34-x64"
2828
PYTHON: "C:\\Python34-x64\\python.exe"
2929

30-
- ruby_version: "21-x64"
30+
- ruby_version: "24-x64"
3131
PYTHONDIR: "C:\\Python35-x64"
3232
PYTHON: "C:\\Python35-x64\\python.exe"
3333

34-
- ruby_version: "21-x64"
35-
PYTHONDIR: "C:\\Python36-x64"
36-
PYTHON: "C:\\Python36-x64\\python.exe"
37-
38-
# Ruby 2.2 (32bit)
39-
- ruby_version: "22"
40-
PYTHONDIR: "C:\\Python27"
41-
PYTHON: "C:\\Python27\\python.exe"
42-
43-
- ruby_version: "22"
44-
PYTHONDIR: "C:\\Python34"
45-
PYTHON: "C:\\Python34\\python.exe"
46-
47-
- ruby_version: "22"
48-
PYTHONDIR: "C:\\Python35"
49-
PYTHON: "C:\\Python35\\python.exe"
50-
51-
- ruby_version: "22"
52-
PYTHONDIR: "C:\\Python36"
53-
PYTHON: "C:\\Python36\\python.exe"
54-
55-
# Ruby 2.2 (64bit)
56-
- ruby_version: "22-x64"
57-
PYTHONDIR: "C:\\Python27-x64"
58-
PYTHON: "C:\\Python27-x64\\python.exe"
59-
60-
- ruby_version: "22-x64"
61-
PYTHONDIR: "C:\\Python34-x64"
62-
PYTHON: "C:\\Python34-x64\\python.exe"
63-
64-
- ruby_version: "22-x64"
65-
PYTHONDIR: "C:\\Python35-x64"
66-
PYTHON: "C:\\Python35-x64\\python.exe"
67-
68-
- ruby_version: "22-x64"
34+
- ruby_version: "24-x64"
6935
PYTHONDIR: "C:\\Python36-x64"
7036
PYTHON: "C:\\Python36-x64\\python.exe"
7137

0 commit comments

Comments
 (0)