initial version of example tests
[pyelftools.git] / tox.ini
1 [tox]
2 envlist = py27,py26
3
4 [testenv]
5 commands =
6 python test/run_all_unittests.py
7 python test/run_readelf_tests.py
8
9 [testenv:py26]
10 deps =
11 unittest2
12