diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-22 20:13:14 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-01-22 20:13:14 -0500 |
commit | 01449e699eadd3708dd54fcdafd923119c9de803 (patch) | |
tree | 59cae0ccd3cdb202af590a9bf4549b98b7974955 | |
parent | 7f65c2cfb99b7572b73ce986406f55a62cd91d29 (diff) | |
download | cmd2-git-01449e699eadd3708dd54fcdafd923119c9de803.tar.gz |
Move Sphinx docs build from Python 3.5 to 3.7 since 3.7 is what ReadTheDocs now uses for builds
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | tox.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 7f98a710..5f83a058 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ matrix: dist: xenial env: TOXENV=py39 - os: linux - python: 3.5 + python: 3.7 env: TOXENV=docs # # Warning: Don't try to use code coverage analysis with pypy as it is insanely slow # - os: linux @@ -13,7 +13,7 @@ commands = codecov [testenv:docs] -basepython = python3.5 +basepython = python3.7 deps = sphinx sphinx-rtd-theme |