1
0
Fork 0
forked from s3lph/matemat

GitLab CI: Run unit tests as unprivileged user.

This commit is contained in:
s3lph 2018-06-19 21:49:56 +02:00
parent 3e3d544d90
commit 27c264278a

View file

@ -13,7 +13,7 @@ test:
- apt-get install -y --no-install-recommends python3-dev python3-pip python3-coverage python3-setuptools build-essential
- pip3 install wheel
- pip3 install -r requirements.txt
- su - matemat 'python3-coverage run --branch -m unittest discover matemat'
- su - matemat python3-coverage run --branch -m unittest discover matemat
- python3-coverage report -m --include 'matemat/*' --omit '*/test_*.py'
codestyle: