From 6f7902b48f342c5a43032844ed37df3113d8d1a3 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Thu, 11 Jun 2015 12:03:51 +0300 Subject: [PATCH] Update tox environment list Remove unused tox environments and add used ones. We don't gate on py26 or pypy support and are not planning on it any time soon, so remove those environments from the default list. Remove functional env since we don't use it and add queries environment since we are now running it as non voting. Change-Id: I573987ee49dbed7d520137044bbcef267e8761a7 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ddb60556..e1dfd645 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py26,py27,pypy,pep8,functional,docs +envlist = py27,pep8,queries,docs skipsdist = True [testenv]