summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--tox.ini2
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
diff --git a/tox.ini b/tox.ini
index b9168525..ec8ccbc7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@ commands =
codecov
[testenv:docs]
-basepython = python3.5
+basepython = python3.7
deps =
sphinx
sphinx-rtd-theme