Skip to content

Commit

Permalink
refactor: remove tox for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dancergraham committed Jan 18, 2025
1 parent ee69576 commit 4cbb624
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ envlist =
py{311}-django{42,50,51}
py{312}-django{42,50,51}
py{313}-django{51}
coverage
isolated_build = True

[gh-actions]
Expand Down Expand Up @@ -43,13 +42,3 @@ deps =
-r{toxinidir}/requirements.txt
commands =
./run.sh typecheck

[testenv:coverage]
deps =
coverage
Django>=4.2,<5.2
-r{toxinidir}/requirements.txt
commands =
coverage run --source=waffle ./run.sh test
coverage report
coverage html

0 comments on commit 4cbb624

Please sign in to comment.