From 01449e699eadd3708dd54fcdafd923119c9de803 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Wed, 22 Jan 2020 20:13:14 -0500 Subject: Move Sphinx docs build from Python 3.5 to 3.7 since 3.7 is what ReadTheDocs now uses for builds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.1