From: Eli Bendersky Date: Wed, 11 Jan 2012 15:33:47 +0000 (+0200) Subject: change order of tox tests to run examples before readelf (since they're much shorter) X-Git-Tag: v0.20~7 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f18df69baac49c26eeb62c31037bc46a7501388e;p=pyelftools.git change order of tox tests to run examples before readelf (since they're much shorter) --- diff --git a/tox.ini b/tox.ini index 2611290..4c4a5c2 100644 --- a/tox.ini +++ b/tox.ini @@ -4,8 +4,8 @@ envlist = py27,py26 [testenv] commands = python test/run_all_unittests.py - python test/run_readelf_tests.py python test/run_examples_test.py + python test/run_readelf_tests.py [testenv:py26] deps =