summaryrefslogtreecommitdiff
path: root/test/run.py
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2021-01-15 13:06:32 -0800
committerAdam Hupp <adam@hupp.org>2021-01-15 13:06:32 -0800
commite9287aff879335da342863e2dcc7ae224b9e258c (patch)
treecb624460f6b831b3046b760eb500b36c5e0777f5 /test/run.py
parenteccbe10b03d9bed19f5d7e373b3febf9036a4293 (diff)
downloadpython-magic-e9287aff879335da342863e2dcc7ae224b9e258c.tar.gz
Revert "Remove Python2 from the tests"
This reverts commit 4a810b4f30f161b889d59cf2a207820fc0c731b7.
Diffstat (limited to 'test/run.py')
-rw-r--r--test/run.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/run.py b/test/run.py
index 733db4d..c4b8d0a 100644
--- a/test/run.py
+++ b/test/run.py
@@ -29,4 +29,6 @@ def run_test(versions):
if not found:
sys.exit("No versions found: " + str(versions))
+run_test(["python2", "python2.7"])
run_test(["python3.5", "python3.6", "python3.7", "python3.8", "python3.9"])
+