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

Update .gitlab-ci.yml

pip3 install -U to avoid permission right
parent 0fe69706
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ build:
test:
script:
#- python3 setup.py test
- pip3 install tox flake8 # you can also use tox
- pip3 -U install tox flake8 # you can also use tox
- tox -e py36,flake8
- 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