From 2489ea8ac9d11e9bdc8a082566655a1457dd652a 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 5c464dd..d6db82b 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