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
This commit is contained in:
Joe Gordon 2015-06-11 12:03:51 +03:00
parent 0730037103
commit 6f7902b48f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py26,py27,pypy,pep8,functional,docs
envlist = py27,pep8,queries,docs
skipsdist = True
[testenv]