Add Python 3.8 to the build matrix

This commit is contained in:
Marius Gedminas 2020-03-23 11:00:25 +02:00
parent a311ebb97e
commit 6a50fe9d86
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
# command to install dependencies
addons:
apt:

View file

@ -1,5 +1,5 @@
[tox]
envlist = py{35,36,37,35-oldbs4}
envlist = py{35,36,37,38,35-oldbs4}
[base]
deps =