From: Sebastián Ramírez Date: Fri, 29 Nov 2019 06:45:09 +0000 (+0100) Subject: :construction_worker: Enable full Travis for Python 3.8 (#750) X-Git-Tag: 0.44.1~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9bd0d6fa96bf4b7a984d07dab3c3f94db2c01d21;p=thirdparty%2Ffastapi%2Ffastapi.git :construction_worker: Enable full Travis for Python 3.8 (#750) --- diff --git a/.travis.yml b/.travis.yml index 05cb339c89..22e60e374f 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: