Support and Test against Python3.8

This commit is contained in:
Ariel Rin
2020-02-07 04:49:17 +00:00
parent bf24c8253e
commit 4b27dd40b9
7 changed files with 16 additions and 33 deletions

View File

@@ -7,20 +7,25 @@ before_script:
- pip install wheel tox
test-3.5:
image: python:3.5-stretch
image: python:3.5-buster
script:
- tox -e py35
test-3.6:
image: python:3.6-stretch
image: python:3.6-buster
script:
- tox -e py36
test-3.7:
image: python:3.7-stretch
image: python:3.7-buster
script:
- tox -e py37
test-3.8:
image: python:3.8-buster
script:
- tox -e py38
deploy_production:
stage: deploy
image: python:3.6-stretch