diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-02-14 10:49:14 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-02-14 10:49:14 +0900 |
commit | 30ff35acc0f376228c36dabb317b23b4b91ce79f (patch) | |
tree | e26ce50ca97b4366ff908d48fdd74883cb0fd75b | |
parent | 67abd960ed2a22e38e0f898ef796e0033d553919 (diff) | |
download | sphinx-git-30ff35acc0f376228c36dabb317b23b4b91ce79f.tar.gz |
Revert "Stop to test with nightly python"
This reverts commit 21ea6838d912d029338e454a68c44e96b0950e65.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 046efc35a..008f4e442 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ matrix: env: - TOXENV=du15 - PYTEST_ADDOPTS="--cov ./ --cov-append --cov-config setup.cfg" - - python: '3.8' + - python: 'nightly' env: - TOXENV=du16 - python: '3.6' |