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