X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/4e329824f40367945de11d3647396859092f5c2c..86becb1ae4d215dd782dfc054471d724f6dcd1d7:/tox.ini diff --git a/tox.ini b/tox.ini index 5b28a3b..e508014 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = clean, - py{27,34,35,36,37}, + py{36,37,38,39}, stats [testenv] @@ -9,18 +9,19 @@ deps = nose coverage passenv = HOME ; Needed to find locally installed fonts when testing PDF production. +download = true commands = nosetests --with-coverage --cover-package=librarian -d --with-doctest --with-xunit --exe -install_command = pip install --extra-index-url https://py.mdrn.pl/simple {packages} +install_command = pip install numpy; pip install --extra-index-url https://py.mdrn.pl/simple {packages} [testenv:clean] -basepython = python2 +basepython = python3 commands = coverage erase deps = coverage [testenv:stats] -basepython = python2 +basepython = python3 commands = coverage report coverage html