File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 11language : python
22
3- sudo : false # false enables container-based build for fast boot times on Linux
4-
53matrix :
64 include :
75 - os : linux
@@ -13,11 +11,11 @@ matrix:
1311 - os : linux
1412 python : 3.7
1513 dist : xenial
16- sudo : true # Travis CI doesn't yet support official (non-development) Python 3.7 on container-based builds
1714 env : TOXENV=py37
1815 - os : linux
19- python : 3.8-dev
20- env : TOXENV=py38
16+ python : 3.8-dev
17+ dist : xenial
18+ env : TOXENV=py38
2119 - os : linux
2220 python : 3.5
2321 env : TOXENV=docs
You can’t perform that action at this time.
0 commit comments