From f39cff71d3144d4355acae2fa364f717d7214559 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Fri, 5 Jul 2019 09:49:53 -0400 Subject: [PATCH] Revert "Travis: re-enable Python 3.8" This reverts commit 0d44d31913edef1cddaac5461bc33a2c975ec01d. Apparently, 0.15.5 (which contains the 3.8 fix) is not actually released yet. Oops! --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0ebd330a0..455ab4ca4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,9 +24,9 @@ matrix: - python: 3.7 env: {TOX_ENV: py37-test} dist: xenial - - python: 3.8-dev - env: {TOX_ENV: py38-test} - dist: xenial + # - python: 3.8-dev + # env: {TOX_ENV: py38-test} + # dist: xenial # - python: pypy # - env: {TOX_ENV: pypy-test} - python: 3.6