From e44ed719bc31f3ddb3288db2b21d439007515e90 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Tue, 9 Aug 2022 16:01:19 -0700 Subject: [PATCH] Update tox to run all_tests --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.30.2