From 769390baf7ae8b22051556f77309856b0c745633 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 27 Apr 2020 00:44:31 +0100 Subject: [PATCH] add unittest call to .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3bdb722..4311574 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,4 @@ install: script: - pip3 freeze - mypy ircrobots examples --ignore-missing-imports + - python3 -m unittest test