From 17e2b2280f283ccf77e3da728b65fd4a6917a9c0 Mon Sep 17 00:00:00 2001 From: Natan Lao Date: Tue, 17 Dec 2019 15:26:18 -0800 Subject: [PATCH] Temporarily disable Python 3.8 testing See #88. Waiting on Python 3.8 support in numba/llvmlite. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ef2e100..9c143ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ cache: pip python: - 3.6 - 3.7 -- 3.8 install: # numpy requires some additional dependencies