From cc78641069074adcbe57211dff0fedfc8d65c1f8 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 5 Jun 2020 06:53:33 -0400 Subject: [PATCH] drop python 3.6 from travis https://github.com/sphinx-doc/sphinx/issues/6556 Signed-off-by: Doug Hellmann --- .travis.yml | 2 -- tox.ini | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e4166cec..fba07895 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - - "3.6" - "3.7" - "3.8" - "nightly" @@ -27,7 +26,6 @@ before_install: install: - pip install .[test] .[linter] - - pip install -U setuptools script: # Conditional builds (related to env passed) diff --git a/tox.ini b/tox.ini index 969a5cb4..5771c6c3 100644 --- a/tox.ini +++ b/tox.ini @@ -16,6 +16,7 @@ commands= coverage report --show-missing [testenv:linter] +basepython=python3.8 deps= .[linter] setenv =