Skip to content

Commit 521a562

Browse files
committed
Remove Python 2.7 and Python 3.5 from the Windows build matrix.
1 parent b8c9152 commit 521a562

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.appveyor.yml

-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66

77
environment:
88
matrix:
9-
- PYTHON: "C:\\Python27-x64"
10-
TOX_ENV: "test-py27,codecov"
11-
12-
- PYTHON: "C:\\Python35-x64"
13-
TOX_ENV: "test-py35,codecov"
14-
159
- PYTHON: "C:\\Python36-x64"
1610
TOX_ENV: "test-py36,codecov"
1711

0 commit comments

Comments
 (0)