From: Oleg Broytman Date: Sun, 1 Apr 2018 01:02:02 +0000 (+0300) Subject: Tests(tox.ini): Add forgotten `[testenv:py36-sqlite-w32]` env X-Git-Tag: 0.2.3~13 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=e0a7ed3980cff9d2ff9bb582d1d61ca6151beb68 Tests(tox.ini): Add forgotten `[testenv:py36-sqlite-w32]` env --- diff --git a/tox.ini b/tox.ini index 6865f49..d2be0d5 100644 --- a/tox.ini +++ b/tox.ini @@ -130,6 +130,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 =