From ddf2ea339a78f6a82cecc49cb3b1aa0a2b84b3dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Falc=C3=A3o?= Date: Sun, 10 Mar 2019 22:24:02 +0100 Subject: [PATCH] fix build command on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5443e6c..da83c57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: - make proto # generate python files from proto # command to run tests -script: proto unit functional +script: make proto unit functional # automated pypi releases deploy: