Skip to content

Commit

Permalink
💚 [#1] fix tox
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed Feb 9, 2024
1 parent de81826 commit d6a2708
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{310,311,312}-django{42}
py{310,311,312}-django{32}
isort
black
flake8
Expand All @@ -15,7 +15,7 @@ python =

[gh-actions:env]
DJANGO =
4.2: django42
3.2: django32

[testenv]
setenv =
Expand All @@ -25,7 +25,7 @@ extras =
tests
coverage
deps =
django42: Django~=4.2.0
django32: Django~=3.2.0
commands =
py.test tests \
--cov --cov-report xml:reports/coverage-{envname}.xml \
Expand Down

0 comments on commit d6a2708

Please sign in to comment.