Skip to content

Commit

Permalink
rename TOX-TEST-ENV to TOX_TEST_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
pt1243 committed Mar 4, 2024
1 parent c82426d commit a32f441
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ before_script:
tests:
parallel:
matrix:
- TOX-TEST-ENV: py38
- TOX_TEST_ENV: py38
PYTHON_VERSION: "3.8"
- TOX-TEST-ENV: py39
- TOX_TEST_ENV: py39
PYTHON_VERSION: "3.9"
- TOX-TEST-ENV: py310
- TOX_TEST_ENV: py310
PYTHON_VERSION: "3.10"
- TOX-TEST-ENV: py311
- TOX_TEST_ENV: py311
PYTHON_VERSION: "3.11"
- TOX-TEST-ENV: py312
- TOX_TEST_ENV: py312
PYTHON_VERSION: "3.12"
image: python:$PYTHON_VERSION
script:
- tox -e $TOX-TEST-ENV
- tox -e $TOX_TEST_ENV

lint:
script:
Expand Down

0 comments on commit a32f441

Please sign in to comment.