summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/pyelftools/tox.ini
blob: 73fbb84853538712d0d1202f4446b7aee3428cf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
envlist = py27,py26,py32

[testenv]
commands =
    python test/run_all_unittests.py
    python test/run_examples_test.py
    python test/run_readelf_tests.py

[testenv:py26]
deps =
    unittest2