Do not crash if CIE doesn't define CFA (#177)
[pyelftools.git] / tox.ini
1 [tox]
2 envlist = py27,py34,py35
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