From 2b52677fdde34b1c89bdf4411ef95bd1ed0f343d Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sat, 2 Nov 2019 17:56:24 -0300 Subject: Add Python 3.8 support (#16) Fix #15 --- .travis.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4c05bd6..7b81f29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: generic env: global: - PYMODULE=immutables - - RELEASE_PYTHON_VERSIONS="3.5 3.6 3.7" + - RELEASE_PYTHON_VERSIONS="3.5 3.6 3.7 3.8" - S3_UPLOAD_USERNAME=oss-ci-bot - S3_UPLOAD_BUCKET=magicstack-oss-releases @@ -36,6 +36,12 @@ matrix: python: "3.7" env: BUILD=tests + - os: linux + dist: xenial + language: python + python: "3.8" + env: BUILD=tests + - os: linux dist: trusty sudo: required @@ -53,6 +59,9 @@ matrix: - os: osx env: BUILD=tests,wheels PYTHON_VERSION=3.7.0 + - os: osx + env: BUILD=tests,wheels PYTHON_VERSION=3.8.0 + cache: pip -- cgit v1.2.3