Skip to content

Commit

Permalink
python3.7 > python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sacdallago committed Jul 5, 2022
1 parent 3148f45 commit 28059e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
@@ -1,4 +1,4 @@
image: "python:3.7"
image: "python:3.8"

#cache:
# key:
Expand Down Expand Up @@ -35,23 +35,23 @@ stages:
coverage: '/TOTAL.*\s(\d+\.\d+\%)/'
script: poetry run pytest -v

python3.7:
python3.8:
<<: *test
image: python:3.7
image: python:3.8

python3.9:
<<: *test
image: python:3.9

# Those two are ran weekly to also run test the more expensive tests
python3.7-scheduled:
python3.8-scheduled:
<<: *install-deps
stage: tests
variables:
SKIP_AVX2_TESTS: 1
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
image: python:3.7
image: python:3.8
script: poetry run pytest -v

python3.9-scheduled:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -9,4 +9,4 @@ skip_install = true

commands =
poetry install -v -E all
poetry run pytest tests/
poetry run pytest tests/

0 comments on commit 28059e3

Please sign in to comment.