tox: add python 3.9, 3.10
1 files changed, 5 insertions(+), 4 deletions(-)

M tox.ini
M tox.ini +5 -4
@@ 1,5 1,5 @@ 
 [tox]
-envlist = py37,py38,py37-sphinx
+envlist = py37,py38,py38-sphinx,py39,py310
 
 [testenv]
 deps=

          
@@ 9,11 9,12 @@ deps=
     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"