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

fixed gitlab-ci.yml

parent ed06241b
No related branches found
No related tags found
No related merge requests found
Pipeline #
image: python:3
before_script:
pip install coverage
- pip install coverage
test:
script:
......
......@@ -7,7 +7,8 @@ setup(
name = 'fractalis',
packages = find_packages(),
install_requires = [
'Flask'
'Flask',
'celery'
],
tests_require = [
],
......
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