Enable testing on Python 3.8

This commit is contained in:
Cosimo Lupo 2020-03-12 18:31:41 +00:00
parent e1bd27ed98
commit f66425997f
No known key found for this signature in database
GPG Key ID: 179A8F0895A02F4F
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,4 @@
dist: xenial
language: python language: python
python: 3.6 python: 3.6
@ -23,9 +24,8 @@ matrix:
- BUILD_DIST=true - BUILD_DIST=true
- python: 3.7 - python: 3.7
env: TOXENV=py37-cov env: TOXENV=py37-cov
# required to run python3.7 on Travis CI - python: 3.8
# https://github.com/travis-ci/travis-ci/issues/9815 env: TOXENV=py38-cov
dist: xenial
- python: pypy3 - python: pypy3
# disable coverage.py on pypy because of performance problems # disable coverage.py on pypy because of performance problems
env: TOXENV=pypy3 env: TOXENV=pypy3

View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 3.0 minversion = 3.0
envlist = py3{6,7}-cov, htmlcov envlist = py3{6,7,8}-cov, htmlcov
[testenv] [testenv]
deps = deps =