Use general py3 tox env for default tox run

different distros already come with different minor versions of Python3,
so let's use general 'py3' tox env when invoking tox without specific
env.

This is just a convenience for developers and will not affect gates,
as they use specific tox envs, all of them pre-generated by tox by
default.

Change-Id: Ife1d1b66e5ebf698f16a5b830604117a6e111107
This commit is contained in:
Pavlo Shchelokovskyy 2017-12-28 15:00:19 +02:00
parent 3f0893c0ae
commit d3fd0d98ad
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py35,py27,pep8,functional
envlist = py3,py27,pep8,functional
[testenv]
usedevelop = True