# HG changeset patch # User Olly Cope # Date 1634747883 0 # Wed Oct 20 16:38:03 2021 +0000 # Node ID 2bbec576f562e5f077a270d4fbe5bd4dd7b136b2 # Parent 2ad523b61fa8d9eb730b85d3dd8e842b45946e58 tox: add python 3.9, 3.10 diff --git a/tox.ini b/tox.ini --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37,py38,py37-sphinx +envlist = py37,py38,py38-sphinx,py39,py310 [testenv] deps= @@ -9,11 +9,12 @@ mock commands=pytest [] -[testenv:py37-sphinx] +[testenv:py38-sphinx] deps= - hg+http://hg.sr.ht/~olly/fresco-sphinx-theme#egg=fresco_sphinx_theme + # hg+http://hg.sr.ht/~olly/fresco-sphinx-theme#egg=fresco_sphinx_theme + -e /home/oliver/v/fresco-sphinx-theme/ sphinx {[testenv]deps} commands= - sphinx-build -M doctest "{toxinidir}/doc/" "{toxinidir}_build" + sphinx-build -M doctest "{toxinidir}/doc/" "{toxinidir}/doc/_build"