Four-space indents
This commit is contained in:
parent
e3537d5b86
commit
d35daaaeba
18
tox.ini
18
tox.ini
|
@ -10,13 +10,13 @@ setenv =
|
|||
PYLAST_API_SECRET={env:PYLAST_API_SECRET:}
|
||||
deps =
|
||||
# Workaround for yaml/pyyaml#126
|
||||
py27,py36,py35,py34,pypy,pypy3,py36dev: pyyaml
|
||||
py37dev: git+https://github.com/yaml/pyyaml@master#egg=pyyaml
|
||||
pytest
|
||||
mock
|
||||
ipdb
|
||||
pytest-cov
|
||||
flaky
|
||||
py27,py36,py35,py34,pypy,pypy3,py36dev: pyyaml
|
||||
py37dev: git+https://github.com/yaml/pyyaml@master#egg=pyyaml
|
||||
pytest
|
||||
mock
|
||||
ipdb
|
||||
pytest-cov
|
||||
flaky
|
||||
commands = pytest -v -s -W all --cov pylast --cov-report term-missing {posargs}
|
||||
|
||||
[testenv:venv]
|
||||
|
@ -25,14 +25,14 @@ commands = {posargs}
|
|||
|
||||
[testenv:lint]
|
||||
deps =
|
||||
flake8
|
||||
flake8
|
||||
commands =
|
||||
flake8 .
|
||||
|
||||
[testenv:py2lint]
|
||||
deps =
|
||||
{[testenv:lint]deps}
|
||||
clonedigger
|
||||
clonedigger
|
||||
commands =
|
||||
{[testenv:lint]commands}
|
||||
./clonedigger.sh
|
||||
|
|
Loading…
Reference in a new issue