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 <mmortensen@google.com> Reviewed-by: Mike Frysinger <vapier@google.com> Tested-by: Mike Frysinger <vapier@google.com>
This commit is contained in:
parent
8409410aa2
commit
8ddff5c74f
3 changed files with 38 additions and 1 deletions
5
tox.ini
5
tox.ini
|
@ -20,3 +20,8 @@ envlist = py27, py36, py37, py38
|
|||
[testenv]
|
||||
deps = pytest
|
||||
commands = {toxinidir}/run_tests
|
||||
|
||||
[testenv:py27]
|
||||
deps =
|
||||
mock
|
||||
pytest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue