summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Ryannel <juergen@ryannel.org>2020-02-04 14:23:39 +0100
committerJuergen Ryannel <juergen@ryannel.org>2020-02-04 14:23:39 +0100
commitce6860285d01ea4add6f8ded12a51033427ff45a (patch)
tree3c2cd07f9412abd564b909481df545e6c390c30c
parenta611030e1f86af5dd2756c6e8c83679026125437 (diff)
downloadqtivi-qface-ce6860285d01ea4add6f8ded12a51033427ff45a.tar.gz
was wrong fix
-rwxr-xr-xcli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.py b/cli.py
index 9c0cb39..ba31cc4 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/')