Storing the offset of DWARF operations within the expression block (#404)
[pyelftools.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 73fbb84853538712d0d1202f4446b7aee3428cf9..1c0192f4049d57bfadbe580d6ce3ea98f8855496 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,13 +1,10 @@
 [tox]
-envlist = py27,py26,py32
+envlist = py27,py38
 
 [testenv]
+setenv =
+    LC_ALL = en_US.utf-8
 commands =
     python test/run_all_unittests.py
     python test/run_examples_test.py
-    python test/run_readelf_tests.py
-
-[testenv:py26]
-deps =
-    unittest2
-
+    python test/run_readelf_tests.py --parallel