Enable testing on Python 3.8
This commit is contained in:
parent
e1bd27ed98
commit
f66425997f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user