From: Daniel Hahler Date: Sat, 13 Jul 2019 16:08:13 +0000 (+0200) Subject: ci: Travis: re-add py38 X-Git-Tag: 0.12.3~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F575%2Fhead;p=thirdparty%2Fstarlette.git ci: Travis: re-add py38 Ref: https://github.com/encode/starlette/pull/547 --- diff --git a/.travis.yml b/.travis.yml index 8410bdd7..4f4ef5dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ cache: pip python: - "3.6" - "3.7" + - "3.8-dev" install: - pip install -U -r requirements.txt