mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
Fix tox
- Remove pytest-travis-fold - Remove unvendored libs path from exclude - Install requirements from requirements.txt
This commit is contained in:
parent
00ecefec08
commit
08850f2d94
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