We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc9e6e commit 841d908Copy full SHA for 841d908
.appveyor.yml
@@ -4,8 +4,9 @@ environment:
4
PYTHONUNBUFFERED: 1
5
MINICONDA: C:\\Miniconda3-x64
6
matrix:
7
- - PYTHON: "C:\\Python35"
8
- TOX_ENV: "py35"
+# Disable Python 3.5 testing on AppVeyor for now until we fix issue with mock module install for python < 3.6
+# - PYTHON: "C:\\Python35"
9
+# TOX_ENV: "py35"
10
11
- PYTHON: "C:\\Python36"
12
TOX_ENV: "py36"
0 commit comments