Skip to content

Commit

Permalink
chore(test): Add test coverage Py39 Py3-10 #7
Browse files Browse the repository at this point in the history
Test coverage for the last 2 releases of Python was not implemented.

closes #7
  • Loading branch information
imAsparky committed Aug 31, 2021
1 parent e592c57 commit a7a9219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py36, py37,py38 pypy, docs
envlist = py36, py37,py38, py39, py3.10 pypy, docs
skipsdist = true

[travis]
Expand All @@ -10,7 +10,7 @@ python =

[testenv:docs]
basepython=python
changedir=docs
changedir=docs/source
deps=sphinx
commands=
sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
Expand Down

0 comments on commit a7a9219

Please sign in to comment.