Skip to content
Snippets Groups Projects
Commit 6ca49b97 authored by Bucknell, Mary S.'s avatar Bucknell, Mary S.
Browse files

Update to python 3.8 in gitlab ci

parent d80fb312
No related branches found
No related tags found
1 merge request!31Wdfn 618 - Change data loading to be asynchronous
......@@ -13,10 +13,10 @@ stages:
python_unit_test:
extends: .base_rules
image: public.ecr.aws/bitnami/python:3.6
image: public.ecr.aws/bitnami/python:3.8
stage: test
script:
- virtualenv --python=python3.6 env
- virtualenv --python=python3.8 env
- env/bin/pip install -r wdfn-server/requirements.txt -r wdfn-server/requirements-dev.txt
- env/bin/coverage run --omit=wdfn-server/waterdata/tests/*.py,env/* -m pytest wdfn-server/waterdata
- env/bin/coverage xml -o python_coverage.xml
......@@ -36,10 +36,10 @@ python_unit_test:
python_lint:
extends: .base_rules
image: public.ecr.aws/bitnami/python:3.6
image: public.ecr.aws/bitnami/python:3.8
stage: test
script:
- virtualenv --python=python3.6 env
- virtualenv --python=python3.8 env
- env/bin/pip install -r wdfn-server/requirements.txt -r wdfn-server/requirements-dev.txt
- cd wdfn-server && ../env/bin/prospector
rules:
......
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