From: Oleg Broytman Date: Mon, 26 Mar 2018 20:13:33 +0000 (+0300) Subject: Tests(tox.ini): Shorten default list of environments X-Git-Tag: 0.2.3~22 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=2f25f8e1006169109b0122120efc3bc68382cb6c Tests(tox.ini): Shorten default list of environments --- diff --git a/tox.ini b/tox.ini index 5897033..6865f49 100644 --- 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]