Skip to content

Commit 841d908

Browse files
committed
Try temporarily disabling Python 3.5 testing and using miniconda for Python 3.6 and 3.7
1 parent 9dc9e6e commit 841d908

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ environment:
44
PYTHONUNBUFFERED: 1
55
MINICONDA: C:\\Miniconda3-x64
66
matrix:
7-
- PYTHON: "C:\\Python35"
8-
TOX_ENV: "py35"
7+
# Disable Python 3.5 testing on AppVeyor for now until we fix issue with mock module install for python < 3.6
8+
# - PYTHON: "C:\\Python35"
9+
# TOX_ENV: "py35"
910

1011
- PYTHON: "C:\\Python36"
1112
TOX_ENV: "py36"

0 commit comments

Comments
 (0)