Mercurial > p > roundup > code
changeset 6154:56554e9f5c51
added python3-markdown2 package dependency for Ubuntu 20.04 test
| author | Christof Meerwald <cmeerw@cmeerw.org> |
|---|---|
| date | Fri, 01 May 2020 19:16:37 +0100 |
| parents | a327e2bdc02d |
| children | b3053fa6f3ee |
| files | .circleci/config.yml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.circleci/config.yml Fri May 01 18:51:01 2020 +0100 +++ b/.circleci/config.yml Fri May 01 19:16:37 2020 +0100 @@ -25,7 +25,7 @@ name: install packages command: | sudo apt-get update - sudo apt-get install -y libgpgme-dev default-mysql-client-core postgresql-client python3-docutils python3-gpg python3-jwt python3-markdown python3-mistune python3-mysqldb python3-pip python3-psycopg2 python3-pytest python3-pytest-cov python3-tz python3-venv python3-whoosh python3-xapian swig + sudo apt-get install -y libgpgme-dev default-mysql-client-core postgresql-client python3-docutils python3-gpg python3-jwt python3-markdown python3-markdown2 python3-mistune python3-mysqldb python3-pip python3-psycopg2 python3-pytest python3-pytest-cov python3-tz python3-venv python3-whoosh python3-xapian swig - run: name: setup databases
