From 9d68e443978afda17f59f0ff9e73af2b9b0921c2 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Tue, 7 Sep 2021 20:09:32 -0400 Subject: Goodbye, Python 2. [bug=1942919] --- test-all-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-all-versions') diff --git a/test-all-versions b/test-all-versions index 01e436b..fe7758a 100755 --- a/test-all-versions +++ b/test-all-versions @@ -1 +1 @@ -python2.7 -m unittest discover -s bs4 && ./convert-py3k +python3 -m unittest discover -s bs4 -- cgit v1.2.3