Skip to content

Commit d38b373

Browse files
committed
Update src paths
1 parent 406ba5d commit d38b373

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ setenv=
1212
PYTHONPATH={toxinidir}:{toxinidir}/tests
1313

1414
[testenv:blue]
15-
commands=blue {toxinidir}/setup.py {toxinidir}/freegames {toxinidir}/tests
15+
commands=blue {toxinidir}/src/freegames {toxinidir}/tests
1616
deps=blue
1717

1818
[testenv:bluecheck]
19-
commands=blue --check {toxinidir}/setup.py {toxinidir}/freegames {toxinidir}/tests
19+
commands=blue --check {toxinidir}/src/freegames {toxinidir}/tests
2020
deps=blue
2121

2222
[testenv:doc8]
@@ -31,15 +31,15 @@ deps=
3131
sphinx
3232

3333
[testenv:flake8]
34-
commands=flake8 {toxinidir}/setup.py {toxinidir}/freegames {toxinidir}/tests
34+
commands=flake8 {toxinidir}/src/freegames {toxinidir}/tests
3535
deps=flake8
3636

3737
[testenv:isort]
38-
commands=isort {toxinidir}/setup.py {toxinidir}/freegames {toxinidir}/tests
38+
commands=isort {toxinidir}/src/freegames {toxinidir}/tests
3939
deps=isort
4040

4141
[testenv:isortcheck]
42-
commands=isort --check {toxinidir}/setup.py {toxinidir}/freegames {toxinidir}/tests
42+
commands=isort --check {toxinidir}/src/freegames {toxinidir}/tests
4343
deps=isort
4444

4545
[testenv:rstcheck]
@@ -69,7 +69,7 @@ addopts=
6969
--doctest-glob="*.rst"
7070
--doctest-modules
7171
--import-mode append
72-
testpaths=docs freegames tests README.rst
72+
testpaths=docs src/freegames tests README.rst
7373

7474
[doc8]
7575
# ignore=D000

0 commit comments

Comments
 (0)