Skip to content
Snippets Groups Projects
Commit 834d6df3 authored by Sascha Herzinger's avatar Sascha Herzinger
Browse files
parents 90acce57 700d04f5
No related branches found
No related tags found
No related merge requests found
Pipeline #
image: python:3
image: python:latest
services:
- redis
- rabbitmq
before_script:
- pip install -e .
- pip install flake8
- echo "REDIS_HOST=redis" > fractalis.conf
- export FRACTALIS_CONFIG=fractalis.conf
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