X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=tox.ini;h=6175f62938254f85202a5287040a8a3fc2e5aa3f;hp=6865f49aca4b1ffd00cbdded797124f8f011c7b4;hb=60812e1b7c7a2d993374bfd0909f7f4cd00e8f69;hpb=2f25f8e1006169109b0122120efc3bc68382cb6c diff --git a/tox.ini b/tox.ini index 6865f49..6175f62 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = {py27,py34,py35,py36}{,-sqlite},{py27,py34}-flake8 +envlist = py{27,34,35,36}{,-sqlite},py{27,34}-flake8 # Base test environment settings [testenv] @@ -21,8 +21,6 @@ platform = linux whitelist_externals = createdb dropdb - cmp.py - rm.py [general] commands = @@ -130,6 +128,10 @@ commands = {[sqlite-w32]commands} platform = win32 commands = {[sqlite-w32]commands} +[testenv:py36-sqlite-w32] +platform = win32 +commands = {[sqlite-w32]commands} + # flake8 [testenv:py27-flake8] deps =