travis: Split test jobs into two files.

This commit is contained in:
derAnfaenger 2017-08-18 14:55:54 +02:00 committed by Tim Abbott
parent e1758945de
commit f5d01826f2
3 changed files with 12 additions and 17 deletions

9
tools/test-main Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -ev
CURRENT_DIR=$(dirname $(dirname "$0"))
cd "$CURRENT_DIR"
python -m unittest discover -v zulip_botserver
tools/test-bots