blob: 1409ccba3b6387d3c7817666b3cea84d5e42cfad [file] [log] [blame]
[tox]
envlist = py27,py32
[testenv]
commands =
python test/run_all_unittests.py
python test/run_examples_test.py
python test/run_readelf_tests.py
[testenv:py26]
deps =
unittest2