Changed GitLab CI from running setup.py test to -m unittest discover
This commit is contained in:
parent
3794a570c8
commit
cedfcfc3d4
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ test:
|
||||||
- apt-get install -y --no-install-recommends python3-dev python3-pip python3-coverage python3-setuptools build-essential
|
- apt-get install -y --no-install-recommends python3-dev python3-pip python3-coverage python3-setuptools build-essential
|
||||||
- pip3 install wheel
|
- pip3 install wheel
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
- python3-coverage run --branch setup.py test
|
- python3-coverage run --branch -m unittest discover matemat
|
||||||
- python3-coverage report -m
|
- python3-coverage report -m
|
||||||
|
|
Loading…
Reference in a new issue