projects
/
osm
/
NBI.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
allow ns-terminate parameters
[osm/NBI.git]
/
tox.ini
diff --git
a/tox.ini
b/tox.ini
index
ef4af53
..
d56ee5c
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-21,7
+21,6
@@
toxworkdir={toxinidir}/.tox
usedevelop = True
basepython = python3
install_command = python3 -m pip install -r requirements.txt -U {opts} {packages}
usedevelop = True
basepython = python3
install_command = python3 -m pip install -r requirements.txt -U {opts} {packages}
-deps = -r{toxinidir}/test-requirements.txt
[testenv:flake8]
basepython = python3
[testenv:flake8]
basepython = python3
@@
-37,5
+36,7
@@
commands = python3 setup.py --command-packages=stdeb.command bdist_deb
[testenv:unittest]
basepython = python3
[testenv:unittest]
basepython = python3
+deps = asynctest
+ aioresponses
commands = python3 -m unittest discover {toxinidir}/osm_nbi/tests -v
commands = python3 -m unittest discover {toxinidir}/osm_nbi/tests -v