From f18df69baac49c26eeb62c31037bc46a7501388e Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Wed, 11 Jan 2012 17:33:47 +0200 Subject: [PATCH] change order of tox tests to run examples before readelf (since they're much shorter) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = -- 2.30.2