X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tox.ini;h=78a7970f05ee2e33121022bdaef338cd8490a7bd;hb=1526d94cfa10aa68de1330b1c24ef0d99f8b2b0d;hp=6eaedf2eed34482ca1b10ea773b9c5db5ba1d238;hpb=b000a48daf78ac2a4c09adfc7bf44fd919764bd6;p=sqlconvert.git diff --git a/tox.ini b/tox.ini index 6eaedf2..78a7970 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.15 -envlist = py27,py3{4,5,6,7,8,9,10,11}{,-sqlite},py{27,36,311}-flake8 +envlist = py27,py3{4,5,6,7,8,9,10,11}{,-m2s,-sqlite},py{27,36,311}-flake8 # Base test environment settings [testenv] @@ -22,8 +22,19 @@ whitelist_externals = commands = {[testenv]commands} {envpython} -m pytest + +[testenv:py{27,34}-m2s] +commands = + {[testenv]commands} + {envpython} {envbindir}/mysql2sql -P demo/demo.sql test.out + cmp.py -i tests/mysql2sql/test.out2 test.out + rm.py -f test.out + +[testenv:py{35,36,37,38,39,310,311}-m2s] +commands = + {[testenv]commands} {envpython} {envbindir}/mysql2sql -P demo/demo.sql test.out - cmp.py -i tests/mysql2sql/test.out test.out + cmp.py -i tests/mysql2sql/test.out3 test.out rm.py -f test.out [testenv:py{27,34,35,36,37,38,39,310,311}-sqlite]