From 35007698f0525e8baf93d33393b738f9d899197b Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Sun, 20 May 2018 22:11:32 +0200 Subject: [PATCH] Try to spawn test instance in CI --- .travis.yml | 5 ++++- templates/index.html | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 726fc2d..7fa43fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,9 @@ install: - docker-compose --version - pip install pytest mypy flake8 script: + - mypy --ignore-missing-imports . + - cp -r tests/me.yml config/me.yml + - docker-compose up -d + - docker-compose ps # - flake8 - - mypy --ignore-missing-imports . # - pytest -v diff --git a/templates/index.html b/templates/index.html index acf6b16..6956a99 100644 --- a/templates/index.html +++ b/templates/index.html @@ -26,6 +26,7 @@
{% for item in outbox_data %} + {{ item }} {% if item.type == 'Announce' %} {% set boost_actor = item.activity.actor | get_actor %}