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

Update .gitlab-ci.yml tox -> flake8

parent 3f9f4e54
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,8 @@ test: ...@@ -23,7 +23,8 @@ test:
script: script:
#- 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
- 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.
Please register or to comment