.travis.yml: Use Python 3.8-dev instead of master

See: https://docs.travis-ci.com/user/languages/python/#specifying-python-versions
This commit is contained in:
Alan Orth 2020-03-29 16:26:57 +03:00
parent 70e96214c8
commit 0eaed3e8c4
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ python:
- "3.6"
- "3.7"
- "3.8"
- master
- "3.8-dev" # 3.8 development branch
jobs:
allow_failures:
- python: master
- python: "3.8-dev"
addons:
postgresql: "10"
before_script: