From 9bd0d6fa96bf4b7a984d07dab3c3f94db2c01d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 29 Nov 2019 07:45:09 +0100 Subject: [PATCH] :construction_worker: Enable full Travis for Python 3.8 (#750) --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 05cb339c8..22e60e374 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,12 +7,11 @@ cache: pip python: - "3.6" - "3.7" - - "3.8-dev" + - "3.8" - "nightly" matrix: allow_failures: - - python: "3.8-dev" - python: "nightly" install: