[tox]
envlist =
clean,
- py{27,34,35,36,37},
+ py{27,35,36,37,38},
stats
[testenv]
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