Skip to content

Commit

Permalink
Merge pull request #206 from jhatler/fix/toxWorkflow
Browse files Browse the repository at this point in the history
fix: update tox workflow to use src/betamax path
  • Loading branch information
sigmavirus24 authored Dec 23, 2023
2 parents 8aa9f34 + 3931bc4 commit 7db266c
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
Expand Up @@ -13,19 +13,19 @@ commands = py.test {posargs}
basepython = python2.7
deps =
flake8
commands = flake8 {posargs} betamax
commands = flake8 {posargs} src/betamax

[testenv:py37-flake8]
basepython = python3.7
deps =
flake8
commands = flake8 {posargs} betamax
commands = flake8 {posargs} src/betamax

[testenv:docstrings]
deps =
flake8
flake8-docstrings
commands = flake8 {posargs} betamax
commands = flake8 {posargs} src/betamax

[testenv:release]
deps =
Expand Down

0 comments on commit 7db266c

Please sign in to comment.