mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-06 00:33:40 +00:00
Add python3.8 and python3.9-dev to travis-ci (#73)
* Add python38 to travis * Add python39-dev
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user