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 %}