Skip to content

Commit

Permalink
chore: update gitaction setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Yu committed Aug 21, 2024
1 parent 9f68885 commit 7f8192f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
python-version: ["3.11", "3.10", "3.9"]
django: [42, 32]
cms: [40]
cms: [40, 41]
continue-on-error: [true]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers =
[options]
include_package_data = True
install_requires =
django-multisite-fil @ https://github.com/FidelityInternational/django-multisite/tarball/release/1.10.0
django-multisite-fil @ https://github.com/FidelityInternational/django-multisite/tarball/master
django-cms
setup_requires =
setuptools
Expand Down
8 changes: 5 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ envlist =
ruff
pypi-description
towncrier
py{311,310,39}-django{32,42}-cms{40}
py{311,310,39}-django{32,42}-cms{40,41}
minversion = 3.22

[testenv]
Expand All @@ -17,8 +17,10 @@ deps =
django32: Django~=3.2.0
django42: Django~=4.2.0
cms40: https://github.com/django-cms/django-cms/archive/release/4.0.1.x.tar.gz
djangocms-text-ckeditor>=4
https://github.com/FidelityInternational/django-multisite/archive/master.tar.gz
cms40: djangocms-text-ckeditor>=4
cms41: django-cms>=4.1.0
cms41: djangocms-text-ckeditor==5.1.5
https://github.com/FidelityInternational/django-multisite/tarball/master
-r{toxinidir}/requirements-test.txt
passenv =
COMMAND
Expand Down

0 comments on commit 7f8192f

Please sign in to comment.