Skip to content

Commit 1b914c5

Browse files
authored
Merge 3eedf53 into b71f089
2 parents b71f089 + 3eedf53 commit 1b914c5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tox.ini

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ deps =
1111
pytest !=3.1.1, !=3.1.2
1212
pytest-cov
1313
commands =
14-
pytest \
14+
python -m pytest \
1515
--doctest-modules \
1616
--cov=w3lib --cov-report=term --cov-report=xml \
1717
{posargs:w3lib tests}
@@ -52,12 +52,8 @@ deps =
5252
commands =
5353
black {posargs:--check conftest.py setup.py tests w3lib}
5454

55-
[docs]
55+
[testenv:docs]
5656
changedir = docs
5757
deps = -rdocs/requirements.txt
58-
59-
[testenv:docs]
60-
changedir = {[docs]changedir}
61-
deps = {[docs]deps}
6258
commands =
6359
sphinx-build -W -b html . {envtmpdir}/html

0 commit comments

Comments
 (0)