a91cd2f7d14b652a2a8cc6de4cce7770aee2952c
[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