diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-02-11 19:44:55 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-02-11 19:47:59 +0900 |
commit | 21ea6838d912d029338e454a68c44e96b0950e65 (patch) | |
tree | 7a9a7fd8b9ac4c5dfbadb94359f8ad4cd27cb558 | |
parent | 0eb3d65e47afa853eb5754a58cdf3b0170f3eff4 (diff) | |
download | sphinx-git-21ea6838d912d029338e454a68c44e96b0950e65.tar.gz |
Stop to test with nightly python
It seems nightly python image on Travis CI has broken now. This
stops to test with it temporarily to make our development keep going.
https://travis-ci.community/t/python-development-versions-no-longer-include-pip/7180
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 008f4e442..046efc35a 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: 'nightly' + - python: '3.8' env: - TOXENV=du16 - python: '3.6' |