From 384665958c5f9b9d1159cc15ceffc035e505bcf3 Mon Sep 17 00:00:00 2001 From: Jia Chunying Date: Thu, 19 Dec 2019 13:43:41 +0800 Subject: [PATCH] 2019.12.19 v1.1.17, modify .travis.yml --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5cd03e8..cb88386 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,6 @@ matrix: - os: linux dist: xenial python: "nightly" - - os: linux - dist: xenial - python: "3.9-dev" - os: linux dist: xenial python: "3.8" @@ -33,7 +30,6 @@ matrix: python: "pypy3.6" allow_failures: - python: nightly - - python: 3.9-dev - python: "3.5" - python: "3.4" - python: "2.7"