mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
Move flake8 to a separate tox env
This commit is contained in:
parent
6abcedddda
commit
50ce010212
7
tox.ini
7
tox.ini
@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = py36,py37,py38
|
||||
envlist = style,py36,py37,py38
|
||||
skipsdist = True
|
||||
skip_missing_interpreters = True
|
||||
|
||||
@ -10,12 +10,15 @@ setenv =
|
||||
PYTHON="{envpython}"
|
||||
commands =
|
||||
make modules
|
||||
flake8
|
||||
py.test core hscommon
|
||||
deps =
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/requirements-extra.txt
|
||||
|
||||
[testenv:style]
|
||||
commands =
|
||||
flake8
|
||||
|
||||
[testenv:WINDOWS]
|
||||
deps =
|
||||
{[testenv]deps}
|
||||
|
Loading…
x
Reference in New Issue
Block a user