Skip to content
Snippets Groups Projects
Commit 0e192a70 authored by Sascha Herzinger's avatar Sascha Herzinger
Browse files

Update .gitlab-ci.yml

parent 3cbd16fb
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -2,8 +2,10 @@ image: python:3
before_script:
- pip install -e .
- pip install flake8
test:
script:
- export FRACTALIS_MODE="testing"
- python setup.py test
- flake8 .
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