From 2f25f8e1006169109b0122120efc3bc68382cb6c Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 26 Mar 2018 23:13:33 +0300 Subject: [PATCH] Tests(tox.ini): Shorten default list of environments --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.39.2