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

testing with py3.4 and rc (3.8 for now)

parent 9a0cf4b6
No related branches found
No related tags found
No related merge requests found
Pipeline #10727 passed
......@@ -3,6 +3,13 @@ image: docker:latest
stages:
- test
test34:
stage: test
image: python:3.4
script:
- pip install -r requirements.txt
- coverage run --source='basetheme_bootstrap' runtests.py && coverage report -m
test35:
stage: test
image: python:3.5
......@@ -23,3 +30,10 @@ test37:
script:
- pip install -r requirements.txt
- coverage run --source='basetheme_bootstrap' runtests.py && 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
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