Fix formatting of some dynamic tag fields to match readelf
[pyelftools.git] / tox.ini
1 [tox]
2 envlist = py27,py32
3
4 [testenv]
5 commands =
6 python test/run_all_unittests.py
7 python test/run_examples_test.py
8 python test/run_readelf_tests.py
9
10 [testenv:py26]
11 deps =
12 unittest2
13