From 5d4816ccbeac1e9b1c142cdbb2f452e546763feb Mon Sep 17 00:00:00 2001 From: Juergen Bocklage-Ryannel Date: Sat, 27 Aug 2016 11:21:38 +0200 Subject: Added test_ci target to cli tool. --- cli.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli.py') diff --git a/cli.py b/cli.py index eb2b530..edace9d 100755 --- a/cli.py +++ b/cli.py @@ -27,6 +27,10 @@ def test(): sh('python3 -m pytest -v -s -l --pdb') +@cli.command() +def test_ci(): + sh('python3 -m pytest -v -s -l') + class RunTestChangeHandler(FileSystemEventHandler): def __init__(self, clickContext): super(RunTestChangeHandler).__init__() -- cgit v1.2.3