Skip to content

Commit 7db266c

Browse files
authored
Merge pull request #206 from jhatler/fix/toxWorkflow
fix: update tox workflow to use src/betamax path
2 parents 8aa9f34 + 3931bc4 commit 7db266c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ commands = py.test {posargs}
1313
basepython = python2.7
1414
deps =
1515
flake8
16-
commands = flake8 {posargs} betamax
16+
commands = flake8 {posargs} src/betamax
1717

1818
[testenv:py37-flake8]
1919
basepython = python3.7
2020
deps =
2121
flake8
22-
commands = flake8 {posargs} betamax
22+
commands = flake8 {posargs} src/betamax
2323

2424
[testenv:docstrings]
2525
deps =
2626
flake8
2727
flake8-docstrings
28-
commands = flake8 {posargs} betamax
28+
commands = flake8 {posargs} src/betamax
2929

3030
[testenv:release]
3131
deps =

0 commit comments

Comments
 (0)