Fixed a wrong pip flag.
This commit is contained in:
parent
f79112f84f
commit
b59b5a3dba
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue