Skip to content

Commit

Permalink
drop python 3.6 from travis
Browse files Browse the repository at this point in the history
sphinx-doc/sphinx#6556

Signed-off-by: Doug Hellmann <doug@doughellmann.com>
  • Loading branch information
dhellmann committed Jun 5, 2020
1 parent e7f95b6 commit cc78641
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,7 +1,6 @@
language: python

python:
- "3.6"
- "3.7"
- "3.8"
- "nightly"
Expand All @@ -27,7 +26,6 @@ before_install:

install:
- pip install .[test] .[linter]
- pip install -U setuptools

script:
# Conditional builds (related to env passed)
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -16,6 +16,7 @@ commands=
coverage report --show-missing

[testenv:linter]
basepython=python3.8
deps=
.[linter]
setenv =
Expand Down

0 comments on commit cc78641

Please sign in to comment.