change order of tox tests to run examples before readelf (since they're much shorter)
authorEli Bendersky <eliben@gmail.com>
Wed, 11 Jan 2012 15:33:47 +0000 (17:33 +0200)
committerEli Bendersky <eliben@gmail.com>
Wed, 11 Jan 2012 15:33:47 +0000 (17:33 +0200)
tox.ini

diff --git a/tox.ini b/tox.ini
index 26112907752a1cb16abb09dfdcaa0985e7d05c6a..4c4a5c25908c6f4e288659b7f5ae8d4ef7eb7358 100644 (file)
--- 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 =