Add Python 3.8 test environment

This commit is contained in:
Roman Mogylatov 2020-01-23 17:18:26 -05:00
parent ed8053fce1
commit ea6f96bffc
2 changed files with 5 additions and 1 deletions

View File

@ -31,6 +31,10 @@ matrix:
env: TOXENV=py37
sudo: required
dist: xenial
- python: 3.8
env: TOXENV=py38
sudo: required
dist: xenial
- python: pypy
env: TOXENV=pypy
notifications:

View File

@ -1,6 +1,6 @@
[tox]
envlist=
coveralls, pylint, flake8, pydocstyle, py26, py27, py33, py34, py35, py36, pypy, pypy3
coveralls, pylint, flake8, pydocstyle, py26, py27, py33, py34, py35, py36, py37, py38, pypy, pypy3
[testenv]
deps=