Skip to content
Snippets Groups Projects
Commit 9a0cf4b6 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

fixing ci

parent 2f2f00b1
No related branches found
No related tags found
No related merge requests found
......@@ -15,11 +15,11 @@ test36:
image: python:3.6
script:
- pip install -r requirements.txt
- coverage run --source='basetheme_bootstrap' runtests.py && coverage report -m
- coverage run --source='basetheme_bootstrap' runtests.py && coverage report -m
test37:
stage: test
image: python:3.7
script:
- pip install -r requirements.txt
- coverage run --source='basetheme_bootstrap' runtests.py && coverage report -m
- coverage run --source='basetheme_bootstrap' runtests.py && coverage report -m
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