From 78ad2940921071b42ba708fb68fe43dc317521a4 Mon Sep 17 00:00:00 2001 From: Ordanis Sanchez Date: Sun, 10 May 2020 14:33:45 -0400 Subject: [PATCH] Add new python versions to tests --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9125e42..1c4b3dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,13 @@ language: python python: - "3.6" + - "3.7" + - "3.8" + - "3.9-dev" + +matrix: + allow_failures: + - python: "3.9-dev" # command to install dependencies install: