Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
third_party
/
pyelftools
/
eefac9a7102528afeb1e95475e921bd50e08471c
/
.
/
tox.ini
blob: 4c4a5c25908c6f4e288659b7f5ae8d4ef7eb7358 [
file
] [
log
] [
blame
]
[
tox
]
envlist
=
py27
,
py26
[
testenv
]
commands
=
python test
/
run_all_unittests
.
py
python test
/
run_examples_test
.
py
python test
/
run_readelf_tests
.
py
[
testenv
:
py26
]
deps
=
unittest2