]> git.phdru.name Git - sqlconvert.git/commitdiff
Tests(tox.ini): Shorten default list of environments
authorOleg Broytman <phd@phdru.name>
Mon, 26 Mar 2018 20:13:33 +0000 (23:13 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 26 Mar 2018 20:13:33 +0000 (23:13 +0300)
tox.ini

diff --git a/tox.ini b/tox.ini
index 5897033dc7fc48a2352e3abf1a6206485bf3ab68..6865f49aca4b1ffd00cbdded797124f8f011c7b4 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]