trim trailing whitespace and reorganize a bit of comments
[pyelftools.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index a91cd2f7d14b652a2a8cc6de4cce7770aee2952c..1409ccba3b6387d3c7817666b3cea84d5e42cfad 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,9 +1,10 @@
 [tox]
-envlist = py27,py26
+envlist = py27,py32
 
 [testenv]
 commands =
     python test/run_all_unittests.py
+    python test/run_examples_test.py
     python test/run_readelf_tests.py
 
 [testenv:py26]