Skip to content

Commit 10813e5

Browse files
committed
Fix the list of tested python versions of appveyor
1 parent 91cb384 commit 10813e5

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: "cp27,cp33,cp34,cp35,cp36,cp37"
9+
toxenv: "cp27,cp34,cp35,cp36,cp37"
1010

1111
matrix:
1212
- TOXPY27: "C:/Python27-x64/python.exe"

0 commit comments

Comments
 (0)