Add bytecode 1.4 small tests

Many bugs in 1.4 exist. For a future release
This commit is contained in:
rocky
2018-05-19 11:31:23 -04:00
parent e5f3d803a8
commit a9515c7aab
11 changed files with 20 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ for vers in (2.7, 3.4, 3.5, 3.6):
test_options[key] = (os.path.join(src_dir, pythonlib), PYOC, key, vers)
pass
for vers in (1.5,
for vers in (1.4, 1.5,
2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7,
3.0, 3.1, 3.2, 3.3,
3.4, 3.5, 3.6, 3.7, 'pypy3.2', 'pypy2.7'):