diff options
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 69ab4b6a..4e32ee1a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -4,9 +4,8 @@ environment: PYTHONUNBUFFERED: 1 MINICONDA: C:\\Miniconda3-x64 matrix: -# Disable Python 3.5 testing on AppVeyor for now until we fix issue with mock module install for python < 3.6 -# - PYTHON: "C:\\Python35" -# TOX_ENV: "py35" + - PYTHON: "C:\\Python35" + TOX_ENV: "py35" - PYTHON: "C:\\Python36" TOX_ENV: "py36" |