Skip to content

Commit

Permalink
Added python 3.9 to environment
Browse files Browse the repository at this point in the history
  • Loading branch information
legacycode committed Feb 12, 2021
1 parent 2805dc7 commit 32c3aed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[tox]
envlist=py36,py37,py38,lint,typing,docs,pypi-description
envlist=py36,py37,py38,py39,lint,typing,docs,pypi-description
skip_missing_interpreters = True
isolated_build = True

[tox:travis]
3.6 = py36
3.7 = py37
3.8 = py38
3.9 = py39

[testenv]
deps=
Expand All @@ -27,6 +28,7 @@ extras=docs
deps=
sphinx
doc8
pyyaml
restructuredtext_lint
sphinx-autodoc-typehints
sphinx-click
Expand Down

0 comments on commit 32c3aed

Please sign in to comment.