]> git.phdru.name Git - sqlconvert.git/commitdiff
Tests(tox.ini): Add forgotten `[testenv:py36-sqlite-w32]` env
authorOleg Broytman <phd@phdru.name>
Sun, 1 Apr 2018 01:02:02 +0000 (04:02 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 1 Apr 2018 01:02:02 +0000 (04:02 +0300)
tox.ini

diff --git a/tox.ini b/tox.ini
index 6865f49aca4b1ffd00cbdded797124f8f011c7b4..d2be0d5c483aec76416b26ee069e0bf96ca6a60a 100644 (file)
--- 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 =