Skip to content

Commit 2311acf

Browse files
committed
Try fixing AppVeyor and Travils builds
1 parent 0598412 commit 2311acf

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
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"

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: python
22

3-
sudo: false # false enables container-based build for fast boot times on Linux
4-
53
matrix:
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

0 commit comments

Comments
 (0)