diff options
| author | Adam Hupp <adam@hupp.org> | 2021-01-15 13:06:32 -0800 |
|---|---|---|
| committer | Adam Hupp <adam@hupp.org> | 2021-01-15 13:06:32 -0800 |
| commit | e9287aff879335da342863e2dcc7ae224b9e258c (patch) | |
| tree | cb624460f6b831b3046b760eb500b36c5e0777f5 /test/run.py | |
| parent | eccbe10b03d9bed19f5d7e373b3febf9036a4293 (diff) | |
| download | python-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.py | 2 |
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"]) + |
