From e0a7ed3980cff9d2ff9bb582d1d61ca6151beb68 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 1 Apr 2018 04:02:02 +0300 Subject: [PATCH] Tests(tox.ini): Add forgotten `[testenv:py36-sqlite-w32]` env --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) 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 = -- 2.39.2