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

migrating test to use manage.py

parent fd5bbcd5
Branches
Tags
No related merge requests found
......@@ -8,25 +8,25 @@ test35:
image: python:3.5
script:
- pip install -r requirements.txt
- coverage run --source='basetheme_bootstrap' runtests.py && coverage report -m
- coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m
test36:
stage: test
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' manage.py test && 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' manage.py test && coverage report -m
testrc:
stage: test
image: python:rc
script:
- pip install -r requirements.txt
- coverage run --source='basetheme_bootstrap' runtests.py && coverage report -m
- coverage run --source='basetheme_bootstrap' manage.py test && coverage report -m
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment