From dc4fa02c8d4167b2050972e750bc05ac35496b10 Mon Sep 17 00:00:00 2001 From: Ivan Subotic <400790+subotic@users.noreply.github.com> Date: Fri, 11 Oct 2019 11:22:11 +0200 Subject: [PATCH] chore: add runing tests on travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a0285e71d..8a974c57f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ services: - docker script: + - git clone -b wip/1457-upgrade-sipi --single-branch --depth 1 https://github.com/dasch-swiss/knora-api.git kmora-api + - cd knora-api && make stack-up && make init-knora-test-minimal - pyenv shell 3.7.1 - pip3 install -r requirements.txt - pip3 install .