From a7ed16681752f9297d626480f67a5bada24cd62a Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Fri, 3 Jan 2020 14:00:13 -0500 Subject: Add Python 3.8 to Travis tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2e19a14..bece3e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - "3.5" - "3.6" - "3.7" + - "3.8" - "nightly" - "pypy3" -- cgit v1.2.3