Skip to content

Commit

Permalink
Fix tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
simhnna committed Oct 31, 2024
1 parent 2ff679c commit dd58f44
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
envlist = django, flake, coverage

[testenv]
usedevelop = True
basepython = python3
deps =
-r requirements.txt
django: Django>=5.1,<5.2
ofxparse
commands =
Expand All @@ -15,14 +15,15 @@ commands =
basepython = python3
skip_install = true
deps =
-r requirements.txt
flake8
flake8-import-order>=0.9
commands =
flake8 silverstrike

[testenv:coverage]
usedevelop = True
deps =
-r requirements.txt
coverage
ofxparse
commands =
Expand All @@ -31,8 +32,8 @@ commands =

[testenv:codecov]
passenv = CI, TRAVIS, TRAVIS_*, CODECOV_TOKEN, CIRCLECI, CIRCLE_*
usedevelop = True
deps =
-r requirements.txt
coverage
codecov
ofxparse
Expand Down

0 comments on commit dd58f44

Please sign in to comment.