Install emoji in docker

This commit is contained in:
mathieui 2020-11-27 19:40:41 +01:00
parent ddc3974d1b
commit 7e4b664742

View file

@ -9,7 +9,8 @@ test:
image: ubuntu:latest image: ubuntu:latest
script: script:
- apt update - apt update
- apt install -y python3 cython3 gpg - apt install -y python3 python3-pip cython3 gpg
- pip3 install emoji
- ./run_tests.py - ./run_tests.py
trigger_poezio: trigger_poezio: