diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-12-01 15:29:23 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-12-01 15:29:23 +0900 |
commit | 99efebbb10299db2174e0a623eac2b467a859484 (patch) | |
tree | cd0e0df9086b28cae5bfdae4ef53e63120792507 | |
parent | c9784949142c494901850f23a95ce4144ed91c3c (diff) | |
download | sphinx-git-99efebbb10299db2174e0a623eac2b467a859484.tar.gz |
test: Do test with python3.8
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index cb7ee3c5a..b145ceb8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,9 @@ matrix: - python: '3.7' env: - TOXENV=du14 + - python: '3.8' + env: + - TOXENV=du15 - PYTEST_ADDOPTS="--cov ./ --cov-append --cov-config setup.cfg" - python: 'nightly' env: TOXENV=py38 |