diff options
Diffstat (limited to 'test cases/python/8 different python versions/test.json')
-rw-r--r-- | test cases/python/8 different python versions/test.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test cases/python/8 different python versions/test.json b/test cases/python/8 different python versions/test.json new file mode 100644 index 0000000..fe75a1c --- /dev/null +++ b/test cases/python/8 different python versions/test.json @@ -0,0 +1,13 @@ +{ + "matrix": { + "options": { + "python": [ + { "val": null }, + { "val": "python2" }, + { "val": "python3" }, + { "val": "pypy" }, + { "val": "pypy3" } + ] + } + } +} |