Skip to content

Commit

Permalink
Fix apply tox v4 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
heavenshell committed Sep 23, 2024
1 parent 2c01454 commit d9ac26a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ envlist =
py{37,38,39,310}-dj32,
py{38,39,310}-dj40,
py{38,39,310}-dj41,
py{38,39,310}-djdev,
py{38,39,310}-dj42,
py{310}-djdev,
flake8,
isort,
readme,
Expand All @@ -17,7 +18,7 @@ python =
3.10: py310

[testenv]
passenv = TOXENV CI TRAVIS TRAVIS_* CODECOV_*
passenv = TOXENV, CI, TRAVIS, TRAVIS_*, CODECOV_*
deps =
dj32: Django>=3.2,<4.0
dj40: Django>=4.0,<4.1
Expand Down

0 comments on commit d9ac26a

Please sign in to comment.