Skip to content

Commit 1765691

Browse files
committed
travis: Add 3.8 to the mix; drop "sudo"
1 parent 5f48dab commit 1765691

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.travis.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: generic
33
env:
44
global:
55
- PYMODULE=uvloop
6-
- RELEASE_PYTHON_VERSIONS="3.5 3.6 3.7"
6+
- RELEASE_PYTHON_VERSIONS="3.5 3.6 3.7 3.8"
77

88
- S3_UPLOAD_USERNAME=oss-ci-bot
99
- S3_UPLOAD_BUCKET=magicstack-oss-releases
@@ -45,31 +45,38 @@ matrix:
4545
env: BUILD=tests,wheels PYTHON_VERSION=3.7.0
4646
branches: {only: [releases]}
4747

48+
- os: osx
49+
osx_image: xcode7.3
50+
env: BUILD=tests,wheels PYTHON_VERSION=3.8.0
51+
branches: {only: [releases]}
52+
4853
- os: linux
4954
dist: trusty
50-
sudo: false
5155
language: python
5256
python: "3.5"
5357
env: BUILD=tests
5458

5559
- os: linux
5660
dist: trusty
57-
sudo: false
5861
language: python
5962
python: "3.6"
6063
env: BUILD=tests
6164

6265
- os: linux
6366
dist: xenial
64-
sudo: required
6567
language: python
6668
python: "3.7"
6769
env: BUILD=tests
6870

71+
- os: linux
72+
dist: xenial
73+
language: python
74+
python: "3.8"
75+
env: BUILD=tests
76+
6977
- os: linux
7078
dist: trusty
7179
branches: {only: [releases]}
72-
sudo: required
7380
language: python
7481
python: "3.5"
7582
services: [docker]

0 commit comments

Comments
 (0)