From bd5da13d73109ae5ec356263758744064bbe5a50 Mon Sep 17 00:00:00 2001 From: Atsushi Sakai Date: Tue, 16 Jan 2018 22:57:00 -0800 Subject: [PATCH] change test runner --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c3ca49a2..86f6d981 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,4 @@ install: script: - python --version - - python -m unittest discover tests + - ./runtests.sh