Add python 3.9 testing (#351)

* Add python 3.9 testing

* Add 3.9 proper

According to this, it's available now: https://travis-ci.community/t/python-3-9-0-build/10091/18
This commit is contained in:
Matthew Planchard 2020-10-28 07:11:06 -05:00 committed by GitHub
parent c668b1814a
commit 15d81147ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

@ -6,6 +6,7 @@ python:
- 3.6
- 3.7
- 3.8
- 3.9
- pypy3
install:
@ -24,4 +25,4 @@ jobs:
include:
- python: 3.8
install: pip install -U black
script: black --check .
script: black --check .

@ -1,5 +1,5 @@
[tox]
envlist = py36, py37, py38, pypy3
envlist = py36, py37, py38, py39, pypy3
[testenv]
deps=-r{toxinidir}/requirements/dev.pip
@ -8,7 +8,7 @@ allowlist_externals=
mypy
sitepackages=False
[testenv:py{36,37,38}]
[testenv:py{36,37,38,39}]
commands=
/bin/sh -c "{env:PYPISERVER_SETUP_CMD:true}"
# individual mypy files for now, until we get the rest