From 0c017859ee6a95ccf7f847da45ef3bbebd3ca37d Mon Sep 17 00:00:00 2001 From: Bastien Vallet Date: Wed, 6 Nov 2019 10:01:32 +0100 Subject: [PATCH 1/2] [CI] py38 is now official Cleanup travis configuration --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e633d6b6..4caf2ad1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,15 @@ -dist: xenial language: python # See aws s3 ls s3://travis-python-archives/binaries/ubuntu/16.04/x86_64/ python: - "nightly" - - "pypy3.5" - - "pypy2.7-5.10.0" + - "pypy3" + - "pypy" + - "3.8" - "3.7" - "3.6" - "3.5" - "2.7" - - "3.8-dev" cache: pip From 393c61a87e42e4a6d51e8b89e332a65cf50ab2b9 Mon Sep 17 00:00:00 2001 From: Bastien Vallet Date: Thu, 7 Nov 2019 17:11:40 +0100 Subject: [PATCH 2/2] Keep dist config --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4caf2ad1..c8ee49a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +dist: xenial language: python # See aws s3 ls s3://travis-python-archives/binaries/ubuntu/16.04/x86_64/