]> git.phdru.name Git - sqlconvert.git/blobdiff - tox.ini
Upgrade: http://phdru.name -> https://phdru.name
[sqlconvert.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index adee35ea01aef17748d6a9f0c6317cc83bbed96a..6175f62938254f85202a5287040a8a3fc2e5aa3f 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 = py{27,34,35,36}{,-sqlite},py{27,34}-flake8
 
 # Base test environment settings
 [testenv]
@@ -21,9 +21,6 @@ platform = linux
 whitelist_externals =
     createdb
     dropdb
-    flake8
-    cmp.py
-    rm.py
 
 [general]
 commands =
@@ -131,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 =