]> git.phdru.name Git - sqlconvert.git/blobdiff - tox.ini
Tests(tox.ini): Add forgotten `[testenv:py36-sqlite-w32]` env
[sqlconvert.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 5897033dc7fc48a2352e3abf1a6206485bf3ab68..d2be0d5c483aec76416b26ee069e0bf96ca6a60a 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 minversion = 2.0
-envlist = {py27,py34,py35,py36},{py27,py34,py35,py36}-{postgres,postgres-w32,sqlite,sqlite-w32},{py27,py34}-flake8
+envlist = {py27,py34,py35,py36}{,-sqlite},{py27,py34}-flake8
 
 # Base test environment settings
 [testenv]
@@ -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 =