From 9a8256a9d87a045c142c7728a466a8fd0ba1d9d0 Mon Sep 17 00:00:00 2001 From: Tal Einat <532281+taleinat@users.noreply.github.com> Date: Mon, 5 Aug 2024 21:32:17 +0300 Subject: [PATCH] WIP --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 5eac300..18b8e28 100644 --- a/tox.ini +++ b/tox.ini @@ -23,8 +23,6 @@ commands = ; Notes: ; * run tests both with and without the C extensions (including Cython) ; * if running with coverage, merge the coverage run results from both runs - ; * for Python 2.6 use the unit2 script since -m unittest2 doesn't work - ; (but when running with coverage, coverage run -m unittest2 works) !with_coverage: {envpython} -m unittest discover tests with_coverage: {envbindir}/coverage run --source=fuzzysearch -m unittest discover tests with_coverage: mv .coverage .coverage.with_extensions