fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Thema
[librarian.git]
/
tox.ini
diff --git
a/tox.ini
b/tox.ini
index
5b28a3b
..
d1fb9b3
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-1,7
+1,7
@@
[tox]
envlist =
clean,
[tox]
envlist =
clean,
- py{27,3
4,35,36,37
},
+ py{27,3
5,36,37,38
},
stats
[testenv]
stats
[testenv]
@@
-9,18
+9,19
@@
deps =
nose
coverage
passenv = HOME ; Needed to find locally installed fonts when testing PDF production.
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
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]
[testenv:clean]
-basepython = python
2
+basepython = python
3
commands =
coverage erase
deps = coverage
[testenv:stats]
commands =
coverage erase
deps = coverage
[testenv:stats]
-basepython = python
2
+basepython = python
3
commands =
coverage report
coverage html
commands =
coverage report
coverage html