xstatic-moment-timezone/tox.ini
Sean McGinnis 84f71a2e95
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: I58a606c5b923c27475e57a3839c493506e1d0774
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-07-27 10:10:08 -05:00

9 lines
115 B
INI

[tox]
minversion = 3.1.0
skipsdist = True
envlist = venv
[testenv:venv]
basepython = python3
commands = {posargs}