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 @@
 [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 =