Skip to content

Commit d1eb0fa

Browse files
committed
Do not test for 2.6 and 3.3
1 parent d124292 commit d1eb0fa

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ env:
66

77
matrix:
88
include:
9-
- python: "2.6"
10-
env: TOXENV="cp26"
119
- python: "2.7"
1210
env: TOXENV="cp27"
13-
- python: "3.3"
14-
env: TOXENV="cp33"
1511
- python: "3.4"
1612
env: TOXENV="cp34"
1713
- python: "3.5"

appveyor.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,18 @@ environment:
99
toxenv: "cp27,cp33,cp34,cp35,cp36,cp37"
1010

1111
matrix:
12-
- TOXPY26: "C:/Python26-x64/python.exe"
13-
TOXPY27: "C:/Python27-x64/python.exe"
14-
TOXPY33: "C:/Python33-x64/python.exe"
12+
- TOXPY27: "C:/Python27-x64/python.exe"
1513
TOXPY34: "C:/Python34-x64/python.exe"
1614
TOXPY35: "C:/Python35-x64/python.exe"
1715
TOXPY36: "C:/Python36-x64/python.exe"
1816
TOXPY37: "C:/Python37-x64/python.exe"
19-
PYTHON: "C:/Python33-x64"
20-
- TOXPY26: "C:/Python26/python.exe"
21-
TOXPY27: "C:/Python27/python.exe"
22-
TOXPY33: "C:/Python33/python.exe"
17+
PYTHON: "C:/Python36-x64"
18+
- TOXPY27: "C:/Python27/python.exe"
2319
TOXPY34: "C:/Python34/python.exe"
2420
TOXPY35: "C:/Python35/python.exe"
2521
TOXPY36: "C:/Python36/python.exe"
2622
TOXPY37: "C:/Python37/python.exe"
27-
PYTHON: "C:/Python33"
23+
PYTHON: "C:/Python36"
2824

2925
matrix:
3026
fast_finish: true

0 commit comments

Comments
 (0)