Skip to content

Commit e6facb6

Browse files
committed
disable py3.5 tests on appveyor
for now
1 parent 720ea9e commit e6facb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ os: Visual Studio 2015
44

55
environment:
66
matrix:
7-
- PYTHON: "C:\\Python35"
8-
- PYTHON: "C:\\Python35-x64"
7+
#- PYTHON: "C:\\Python35"
8+
#- PYTHON: "C:\\Python35-x64"
99
- PYTHON: "C:\\Python36"
1010
- PYTHON: "C:\\Python36-x64"
1111

0 commit comments

Comments
 (0)