From 8ddff5c74f533f4f125c957d7bd063452c59f0db Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 9 Feb 2020 15:00:25 -0500 Subject: repo: add --version support to the launcher We can get version info when in a checkout, but it'd be helpful to show that info at all times. Change-Id: Ieeb44a503c9d7d8c487db4810bdcf3d5f6656c82 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/254712 Reviewed-by: Michael Mortensen Reviewed-by: Mike Frysinger Tested-by: Mike Frysinger --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 02c5647d..bd1e18cc 100644 --- a/tox.ini +++ b/tox.ini @@ -20,3 +20,8 @@ envlist = py27, py36, py37, py38 [testenv] deps = pytest commands = {toxinidir}/run_tests + +[testenv:py27] +deps = + mock + pytest -- cgit v1.2.3-54-g00ecf