X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/0604bdd5f693da9f1c78f9d9fa2276f0c7b6c17b..a0b7177b9e33d4d23dc7ba73040f4cb5f750b8f8:/tox.ini diff --git a/tox.ini b/tox.ini index 48c35e3..d1fb9b3 100644 --- a/tox.ini +++ b/tox.ini @@ -9,9 +9,10 @@ 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 = python3