Skip to content
Snippets Groups Projects
Commit 28b85365 authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

ci: include pygments & coverage in image & dependencies

parent 4a6bae2c
No related branches found
No related tags found
1 merge request!136Gather coverage
......@@ -76,8 +76,9 @@
- >
DEBIAN_FRONTEND=noninteractive
apt-get -qq install --no-install-recommends
gnupg gnupg-agent git unzip ssh
mercurial python3-dulwich python3-setuptools pyflakes3
gnupg gnupg-agent git unzip ssh mercurial
python3-pygments python3-coverage python3-dulwich python3-setuptools
pyflakes3
- >
python3 tests/run-tests.py -v
--xunit $PWD/tests-ubuntu.xml --color=always --timeout 300
......
......@@ -4,7 +4,7 @@
BUILDDEPENDS="curl jq coreutils gcc gettext musl-dev"
RUNDEPENDS="git git-daemon unzip openssh gnupg"
PIPDEPENDS="dulwich pyflakes black==20.8b1"
PIPDEPENDS="dulwich pyflakes pygments coverage black==20.8b1"
set -xe
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment