From 97a0eac8ce07f4898cad57c783c42102e628383f Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sat, 21 Mar 2020 11:47:28 -0700 Subject: [PATCH] test python 3.8 --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index ccb9a6a0..a035d332 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,11 +12,7 @@ python: - '2.7' - '3.6' - '3.7' - - 'pypy3.5' - -matrix: - allow_failures: - - python: 'pypy3.5' + - '3.8' install: - pip install -e .