mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -07:00
commit
6f24d3cf28
1 changed files with 1 additions and 5 deletions
6
tox.ini
6
tox.ini
|
@ -24,9 +24,8 @@ usedevelop = false
|
||||||
skip_install = true
|
skip_install = true
|
||||||
deps =
|
deps =
|
||||||
pytest
|
pytest
|
||||||
pytest-travis-fold
|
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pywin32 ; sys.platform == 'win32'
|
-rrequirements.txt
|
||||||
commands =
|
commands =
|
||||||
{posargs:pytest --cov --cov-report=term-missing --cov-branch tests}
|
{posargs:pytest --cov --cov-report=term-missing --cov-branch tests}
|
||||||
|
|
||||||
|
@ -44,9 +43,6 @@ exclude =
|
||||||
.venv*/
|
.venv*/
|
||||||
build/
|
build/
|
||||||
htmlcov/
|
htmlcov/
|
||||||
libs/common
|
|
||||||
libs/win
|
|
||||||
libs/py2
|
|
||||||
logs/
|
logs/
|
||||||
ignore =
|
ignore =
|
||||||
; -- flake8 --
|
; -- flake8 --
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue