Skip to content
Snippets Groups Projects
Commit 5eb4eaaa authored by Hock, Martin's avatar Hock, Martin
Browse files

Update .gitlab-ci.yml file

parent 90fd2eee
No related branches found
No related tags found
No related merge requests found
...@@ -36,8 +36,9 @@ test: ...@@ -36,8 +36,9 @@ test:
script: script:
#- python setup.py test #- python setup.py test
- pip install flake8 # you can also use tox - pip install flake8 # you can also use tox
- ls - pwd
- flake8 - ls -lh
- flake8 ./trial_json.py
run: run:
tags: tags:
......
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