1
0
Fork 0
forked from s3lph/matemat

Fixed a wrong pip flag.

This commit is contained in:
s3lph 2018-10-19 21:35:35 +02:00
parent f79112f84f
commit b59b5a3dba

View file

@ -16,7 +16,7 @@ before_script:
test:
stage: test
script:
- pip3 install -u .
- pip3 install -e .
- sudo -u matemat python3.7 -m coverage run --rcfile=setup.cfg -m unittest discover matemat
- sudo -u matemat python3.7 -m coverage combine
- sudo -u matemat python3.7 -m coverage report --rcfile=setup.cfg
@ -24,7 +24,7 @@ test:
codestyle:
stage: test
script:
- pip3 install -u .
- pip3 install -e .
- sudo -u matemat pycodestyle matemat