Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Sep 13, 2023
1 parent 10ac978 commit 07d3970
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ deps =
django32: Django>=3.2,<4.0
django42: Django>=4.2,<4.3
-r requirements/test.txt
changedir = {envsitepackagesdir}
;changedir = {envsitepackagesdir}
commands =
python -Wd -m pytest {posargs:xblock}
; python -Wd -m pytest {posargs:xblock}
python -Wd -m pytest {posargs}
python -m coverage xml
mv coverage.xml {toxinidir}
; mv coverage.xml
whitelist_externals =
make
mv
; mv

[testenv:docs]
basepython =
Expand Down

0 comments on commit 07d3970

Please sign in to comment.