Skip to content
Snippets Groups Projects
Commit 3f9f4e54 authored by Olivier Bertrand's avatar Olivier Bertrand
Browse files

Update .gitlab-ci.yml install --user and not --suer install

parent abf17877
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ build: ...@@ -22,7 +22,7 @@ build:
test: test:
script: script:
#- python3 setup.py test #- python3 setup.py test
- pip3 --user install tox flake8 # you can also use tox - pip3 install --user tox flake8 # you can also use tox
- tox -e py36,flake8 - tox -e py36,flake8
- python -m unittest discover navipy - python -m unittest discover navipy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment