summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Ryannel <juergen@ryannel.org>2020-02-04 14:19:51 +0100
committerJuergen Ryannel <juergen@ryannel.org>2020-02-04 14:19:51 +0100
commita611030e1f86af5dd2756c6e8c83679026125437 (patch)
tree739262e2e5e8f6066848f11174ac66157cd3edeb
parent30a865014cbe8919d8e4afa5ea4dded6a3a7aef9 (diff)
downloadqtivi-qface-a611030e1f86af5dd2756c6e8c83679026125437.tar.gz
fix cli test-ci naming
-rwxr-xr-xcli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.py b/cli.py
index ba31cc4..9c0cb39 100755
--- a/cli.py
+++ b/cli.py
@@ -47,7 +47,7 @@ def test(debug):
@cli.command()
-def test_ci():
+def test-ci():
"""run the tests for CI integration"""
sh('python3 -m pytest --cov=qface -v -l tests/')