Skip to content

Commit 01449e6

Browse files
committed
Move Sphinx docs build from Python 3.5 to 3.7 since 3.7 is what ReadTheDocs now uses for builds
1 parent 7f65c2c commit 01449e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ matrix:
2121
dist: xenial
2222
env: TOXENV=py39
2323
- os: linux
24-
python: 3.5
24+
python: 3.7
2525
env: TOXENV=docs
2626
# # Warning: Don't try to use code coverage analysis with pypy as it is insanely slow
2727
# - os: linux

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ commands =
1313
codecov
1414

1515
[testenv:docs]
16-
basepython = python3.5
16+
basepython = python3.7
1717
deps =
1818
sphinx
1919
sphinx-rtd-theme

0 commit comments

Comments
 (0)