From: Eli Bendersky Date: Tue, 9 Aug 2022 23:01:19 +0000 (-0700) Subject: Update tox to run all_tests X-Git-Tag: v0.29~5 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e44ed719bc31f3ddb3288db2b21d439007515e90;p=pyelftools.git Update tox to run all_tests --- diff --git a/tox.ini b/tox.ini index 1c0192f..d132537 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,4 @@ envlist = py27,py38 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 --parallel + python test/all_tests.py