From: Aliaksei Urbanski Date: Fri, 30 Aug 2019 23:34:49 +0000 (+0300) Subject: :white_check_mark: Enable tests for Python 3.8-dev (#465) X-Git-Tag: 0.37.0~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f24d744a3b9930453f1467e5a92c1d4fb1e10733;p=thirdparty%2Ffastapi%2Ffastapi.git :white_check_mark: Enable tests for Python 3.8-dev (#465) --- diff --git a/.travis.yml b/.travis.yml index 8caa67fc4e..05cb339c89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,13 @@ cache: pip python: - "3.6" - "3.7" + - "3.8-dev" + - "nightly" + +matrix: + allow_failures: + - python: "3.8-dev" + - python: "nightly" install: - pip install flit