Skip to content

Commit 82c0ded

Browse files
committed
Do not run python 2.6 tests on appveyor
1 parent 685418c commit 82c0ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ image: Visual Studio 2015
66
environment:
77

88
pythonunbuffered: "1"
9-
toxenv: "cp26-win,cp27,cp33,cp34,cp35,cp36,cp37"
9+
toxenv: "cp27,cp33,cp34,cp35,cp36,cp37"
1010

1111
matrix:
1212
- TOXPY26: "C:/Python26-x64/python.exe"

0 commit comments

Comments
 (0)