fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix tests
[librarian.git]
/
tox.ini
diff --git
a/tox.ini
b/tox.ini
index
ecf3ecc
..
489be44
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-1,26
+1,27
@@
[tox]
envlist =
clean,
[tox]
envlist =
clean,
- py{3
7,38,39,310,311
},
+ py{3
8,39,310,311,312
},
stats
[testenv]
deps =
coverage
stats
[testenv]
deps =
coverage
-passenv = HOME ; Needed to find locally installed fonts when testing PDF production.
+; Needed to find locally installed fonts when testing PDF production.
+passenv = HOME
download = true
commands =
coverage run
download = true
commands =
coverage run
-install_command = pip install
numpy; pip install
--extra-index-url https://py.mdrn.pl/simple {packages}
+install_command = pip install --extra-index-url https://py.mdrn.pl/simple {packages}
[testenv:clean]
[testenv:clean]
-basepython = python3
+basepython = python3
12
commands =
coverage erase
deps = coverage
[testenv:stats]
commands =
coverage erase
deps = coverage
[testenv:stats]
-basepython = python3
+basepython = python3
12
commands =
coverage combine
coverage report
commands =
coverage combine
coverage report