xref
: /
aosp_15_r20
/
external
/
python
/
pycparser
/
tox.ini
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
[tox]
2
envlist = py27,py34,py35,py36
3
4
[testenv]
5
commands =
6
python
tests/all_tests.py
7