From 16844d8d230cf64cbd54a7258fa9f1421128c81b Mon Sep 17 00:00:00 2001 From: Ivan Subotic <400790+subotic@users.noreply.github.com> Date: Thu, 10 Oct 2019 19:18:55 +0200 Subject: [PATCH] chore: add runing tests on travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f3e2e2bdf..a0285e71d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,5 @@ services: script: - pyenv shell 3.7.1 - pip3 install -r requirements.txt + - pip3 install . - make test