Sign in
android
/
platform
/
external
/
python
/
mako
/
363f210
/
.
/
tox.ini
blob: 09dae7fef5389c3d5a4d9a2fb5efe2de28cb6a9a [
file
]
# content of: tox.ini , put in same dir as setup.py
[
tox
]
envlist
=
py26
,
py27
,
py33
,
py34
[
testenv
]
deps
=
pytest
mock
commands
=
py
.
test