xref
: /
aosp_15_r20
/
external
/
python
/
mobly
/
tox.ini
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
[tox]
2
envlist = py3
3
4
[testenv]
5
deps =
6
pytest
7
pytz
8
commands =
9
pytest
10
11