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
|
||||
exclude =
|
||||
.github/
|
||||
.tox/
|
||||
.pytest_cache/
|
||||
.tox/
|
||||
.venv*/
|
||||
build/
|
||||
htmlcov/
|
||||
logs/
|
||||
libs/common
|
||||
libs/win
|
||||
libs/py2
|
||||
logs/
|
||||
ignore =
|
||||
; -- flake8 --
|
||||
; E501 line too long
|
||||
|
@ -101,7 +103,6 @@ deps =
|
|||
flake8-comprehensions
|
||||
flake8-docstrings
|
||||
flake8-future-import
|
||||
flake8-quotes
|
||||
skip_install = true
|
||||
commands =
|
||||
; ** PRIMARY TESTS **
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue