Add python3.8 and python3.9-dev to travis-ci (#73)

* Add python38 to travis

* Add python39-dev
This commit is contained in:
Dave Gallant
2020-07-04 17:29:17 -04:00
committed by GitHub
parent a5d1bb197d
commit 2c65d29262

View File

@@ -1,5 +1,5 @@
language: python language: python
dist: xenial dist: bionic
sudo: false sudo: false
cache: false cache: false
stages: stages:
@@ -18,15 +18,14 @@ script:
jobs: jobs:
include: include:
- python: "2.7" - python: "2.7"
- python: "3.5" - python: "3.5"
- python: "3.6" - python: "3.6"
- python: "3.7" - python: "3.7"
- python: "3.8"
- python: "3.9-dev"
- stage: deploy - stage: deploy
python: "3.7" python: "3.8"
deploy: deploy:
on: on:
repo: davegallant/rfd repo: davegallant/rfd