Don't cover dependencies in the testsuite

This commit is contained in:
jvoisin 2018-12-16 21:14:57 +01:00
parent 6bb77d77db
commit 0997c47d7e

View file

@ -24,5 +24,5 @@ tests:debian:
script:
- apt-get -qqy update
- apt-get -qqy install --no-install-recommends mat2 python3-flask python3-coverage
- python3-coverage run --branch -m unittest discover
- python3-coverage run --branch --include main.py -m unittest discover
- python3-coverage report -m