Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
chore: iterating...
Browse files Browse the repository at this point in the history
  • Loading branch information
christopappas committed Sep 6, 2023
1 parent 6d26ffd commit 6d804f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
targets: PYTHON_ENV=py38 requirements.js clean_static static acceptance
- django-env: django42
testname: quality-and-jobs
targets: PYTHON_ENV=py38 requirements.js check_translations_up_to_date validate_translations clean_static static quality validate_js check_keywords
targets: DJANGO_ENV=django42 PYTHON_ENV=py38 requirements.js check_translations_up_to_date validate_translations clean_static static quality validate_js check_keywords
- django-env: django42
testname: test-python
targets: PYTHON_ENV=py38 requirements.js clean_static static validate_python
targets: DJANGO_ENV=django42 PYTHON_ENV=py38 requirements.js clean_static static validate_python
- django-env: django42
testname: acceptance-python
targets: PYTHON_ENV=py38 requirements.js clean_static static acceptance
targets: DJANGO_ENV=django42 PYTHON_ENV=py38 requirements.js clean_static static acceptance

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
skipsdist=True
envlist = py38-django32-{static,pylint,tests,theme_static,check_keywords},py38-{isort,pycodestyle,extract_translations,dummy_translations,compile_translations, detect_changed_translations,validate_translations},docs
envlist = py38-django32-{static,pylint,tests,theme_static,check_keywords},py38-{isort,pycodestyle,extract_translations,dummy_translations,compile_translations, detect_changed_translations,validate_translations},py38-django42-{static,pylint,tests,theme_static,check_keywords},docs

[pytest]
addopts = --ds=ecommerce.settings.test --cov=ecommerce --cov-report term --cov-config=.coveragerc --no-cov-on-fail -p no:randomly --no-migrations -m "not acceptance"
Expand Down Expand Up @@ -48,6 +48,7 @@ setenv =
deps =
-r{toxinidir}/requirements/test.txt
django32: Django>=3.2,<3.3
django42: Django==4.2
allowlist_externals =
/bin/bash
changedir =
Expand Down

0 comments on commit 6d804f6

Please sign in to comment.