Update tox.ini to latest settings

This updates the minversion used in tox.ini to be a more recent version
to match other openstack project's settings. It also drops the out of
date defaults and replaces them with venv since there are not actually
any unit test environments to run. The only useful environment is venv,
so the default target will now just create the venv as a shortcut.

Change-Id: I416ed1cc997cd49029cf8fec31b30df5f4179ff2
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-07-27 10:15:27 -05:00
parent 1703a17bc3
commit 80d7aed8cf
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[tox] [tox]
minversion = 1.6 minversion = 3.1.0
skipsdist = True skipsdist = True
envlist = py27,py34 envlist = venv
[testenv:venv] [testenv:venv]
basepython = python3 basepython = python3