Updated Travis Python versions

pull/199/head
Ashley Whetter 4 years ago
parent 5794902b23
commit 6bfe168abe

@ -6,16 +6,16 @@ script:
- tox
python:
- 2.7
- 3.5
- 3.6
- 3.7
- 3.8
matrix:
include:
- python: 3.7
- python: 3.8
env: TOXENV=docs
- python: 3.7
- python: 3.8
env: TOXENV=lint
- python: 3.7
- python: 3.8
env: TOXENV=formatting
notifications:
slack:

@ -52,7 +52,7 @@ commands =
[testenv:docs]
deps =
Sphinx~=2.3.0
Sphinx~=2.4.0
sphinx_rtd_theme
changedir = {toxinidir}/docs
commands =

Loading…
Cancel
Save