]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:white_check_mark: Enable tests for Python 3.8-dev (#465)
authorAliaksei Urbanski <mimworkmail@gmail.com>
Fri, 30 Aug 2019 23:34:49 +0000 (02:34 +0300)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 30 Aug 2019 23:34:49 +0000 (18:34 -0500)
.travis.yml

index 8caa67fc4e82674426e497ccd6d2130fa468b542..05cb339c89a5ea3d91a860e4b4689faf8e7176d2 100644 (file)
@@ -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