Skip to content

Commit

Permalink
rearrange tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasf committed May 5, 2023
1 parent e341c70 commit 76a51d0
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[pytest]
pythonpath = . tests
DJANGO_SETTINGS_MODULE = django_minio_storage_tests.settings
addopts=--tb=short
python_files = tests.py test_*.py *_tests.py
django_find_project = false
[tox]
envlist =
{py38,py39,py310,py311}-django42-minioknown
py311-django{32,42}-minioknown
py311-django42-minio
lint
docs
pyright

[gh-actions]
python =
Expand All @@ -12,6 +14,12 @@ python =
3.10: py310
3.11: py311, lint, docs, pyright

[pytest]
pythonpath = . tests
DJANGO_SETTINGS_MODULE = django_minio_storage_tests.settings
addopts=--tb=short
python_files = tests.py test_*.py *_tests.py
django_find_project = false

[testenv]
commands = pytest {posargs}
Expand Down Expand Up @@ -41,7 +49,7 @@ commands =
depends=py311-django42-minioknown

[testenv:pyright]
basepython = python3.11
basepython = python3
deps =
pyright
-rdev-requirements.txt
Expand Down Expand Up @@ -81,11 +89,3 @@ basepython = python3
deps = mkdocs
commands = mkdocs build

[tox]
envlist =
{py38,py39,py310,py311}-django42-minioknown
py311-django{32,42}-minioknown
py311-django42-minio
lint
docs
pyright

0 comments on commit 76a51d0

Please sign in to comment.