diff options
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"]) + |
