Try to spawn test instance in CI

This commit is contained in:
Thomas Sileo 2018-05-20 22:11:32 +02:00
parent 0c8f3d085a
commit 35007698f0
2 changed files with 5 additions and 1 deletions

View file

@ -10,6 +10,9 @@ install:
- docker-compose --version
- pip install pytest mypy flake8
script:
# - flake8
- mypy --ignore-missing-imports .
- cp -r tests/me.yml config/me.yml
- docker-compose up -d
- docker-compose ps
# - flake8
# - pytest -v

View file

@ -26,6 +26,7 @@
<div id="notes">
{% for item in outbox_data %}
{{ item }}
{% if item.type == 'Announce' %}
{% set boost_actor = item.activity.actor | get_actor %}