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

Update .gitlab-ci.yml, flake8 -> python -m flake8

parent 33446361
No related branches found
No related tags found
No related merge requests found
...@@ -24,8 +24,8 @@ test: ...@@ -24,8 +24,8 @@ test:
#- python3 setup.py test #- python3 setup.py test
- pip3 install --user 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
- flake8 navipy/*.py - python3 -m flake8 navipy/*.py
- python -m unittest discover navipy - 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