blob: 600ca1c9a6008718ae95085022f266575722201e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[tox]
envlist = py27,py33
[testenv]
commands =
python test/run_all_unittests.py
python test/run_examples_test.py
python test/run_readelf_tests.py
[testenv:py26]
deps =
unittest2
|