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

Update .gitlab-ci.yml

Could not import networkx, which somehow strange.
So we do an explicite install
parent 42faee72
Branches
Tags
No related merge requests found
......@@ -22,7 +22,7 @@ build:
test:
script:
#- python3 setup.py test
- pip3 install --user tox flake8 # you can also use tox
- pip3 install --user tox flake8 networkx # you can also use tox
#- tox -e py36,flake8
- python3 -m flake8 navipy/*.py
- python3 -m unittest discover navipy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment