mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
Update tox config
This commit is contained in:
parent
e59febaa3b
commit
2ab943ecd3
1 changed files with 4 additions and 3 deletions
7
tox.ini
7
tox.ini
|
@ -39,13 +39,15 @@ min-version = 2.7
|
||||||
require-code = True
|
require-code = True
|
||||||
exclude =
|
exclude =
|
||||||
.github/
|
.github/
|
||||||
.tox/
|
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
|
.tox/
|
||||||
|
.venv*/
|
||||||
|
build/
|
||||||
htmlcov/
|
htmlcov/
|
||||||
logs/
|
|
||||||
libs/common
|
libs/common
|
||||||
libs/win
|
libs/win
|
||||||
libs/py2
|
libs/py2
|
||||||
|
logs/
|
||||||
ignore =
|
ignore =
|
||||||
; -- flake8 --
|
; -- flake8 --
|
||||||
; E501 line too long
|
; E501 line too long
|
||||||
|
@ -101,7 +103,6 @@ deps =
|
||||||
flake8-comprehensions
|
flake8-comprehensions
|
||||||
flake8-docstrings
|
flake8-docstrings
|
||||||
flake8-future-import
|
flake8-future-import
|
||||||
flake8-quotes
|
|
||||||
skip_install = true
|
skip_install = true
|
||||||
commands =
|
commands =
|
||||||
; ** PRIMARY TESTS **
|
; ** PRIMARY TESTS **
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue