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

Update .gitlab-ci.yml

tox command was not found, we try with pip3 --user install
parent 8ee30609
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 -U install tox flake8 # you can also use tox - pip3 --user install 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