xref: /aosp_15_r20/external/yapf/tox.ini (revision 7249d1a64f4850ccf838e62a46276f891f72998e)
1[tox]
2envlist=py27,py34,py35,py36,py37,py38
3
4[testenv]
5commands=
6    python setup.py test
7