mirror of https://github.com/t1meshift/js.git
Configure tox to run tests
parent
26dbd6ee10
commit
6e910b77b2
9
tox.ini
9
tox.ini
|
@ -1,10 +1,11 @@
|
||||||
[pytest]
|
[tox]
|
||||||
envlist = py37,py38
|
skipsdist = true
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
changedir = tests
|
#changedir = tests
|
||||||
deps =
|
deps =
|
||||||
|
-rrequirements.txt
|
||||||
pytest
|
pytest
|
||||||
commands =
|
commands =
|
||||||
# Any commands go here
|
# Any commands go here
|
||||||
pytest --basetemp="{envtmpdir}" {posargs}
|
python -m pytest -s --basetemp="{envtmpdir}" {posargs}
|
Loading…
Reference in New Issue