Add support for Python 3.8

This commit is contained in:
Hugo
2019-11-09 16:45:40 +02:00
parent cd26963678
commit 20532ec93c
4 changed files with 17 additions and 13 deletions

View File

@@ -30,8 +30,8 @@ jobs:
cache:
directories:
- $HOME/.cache/pre-commit
- python: '3.7'
env: TOXENV=py37-pytestlatest
- python: '3.8'
env: TOXENV=py38-pytestlatest
- python: '2.7'
env: TOXENV=py27-pytestlatest
@@ -43,12 +43,14 @@ jobs:
- python: "3.6"
env: TOXENV=py36-pytestlatest
- python: "3.7"
env: TOXENV=py37-pytestmaster
- python: "3.7"
env: TOXENV=py37-pytestfeatures
env: TOXENV=py37-pytestlatest
- python: "3.8"
env: TOXENV=py38-pytestmaster
- python: "3.8"
env: TOXENV=py38-pytestfeatures
- stage: deploy
python: '3.7'
python: '3.8'
env:
install: pip install -U setuptools setuptools_scm
script: skip