]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
ci: Travis: re-add py38 575/head
authorDaniel Hahler <git@thequod.de>
Sat, 13 Jul 2019 16:08:13 +0000 (18:08 +0200)
committerDaniel Hahler <git@thequod.de>
Sun, 14 Jul 2019 11:53:40 +0000 (13:53 +0200)
Ref: https://github.com/encode/starlette/pull/547

.travis.yml

index 8410bdd7268d139c86794dec4a01fa98d75eb7cd..4f4ef5dc5cea0fa4dd320f2adedaba9beb955602 100644 (file)
@@ -6,6 +6,7 @@ cache: pip
 python:
     - "3.6"
     - "3.7"
+    - "3.8-dev"
 
 install:
     - pip install -U -r requirements.txt