Four-space indents

This commit is contained in:
Hugo 2018-05-11 10:24:28 +03:00
parent e3537d5b86
commit d35daaaeba

18
tox.ini
View file

@ -10,13 +10,13 @@ setenv =
PYLAST_API_SECRET={env:PYLAST_API_SECRET:} PYLAST_API_SECRET={env:PYLAST_API_SECRET:}
deps = deps =
# Workaround for yaml/pyyaml#126 # Workaround for yaml/pyyaml#126
py27,py36,py35,py34,pypy,pypy3,py36dev: pyyaml py27,py36,py35,py34,pypy,pypy3,py36dev: pyyaml
py37dev: git+https://github.com/yaml/pyyaml@master#egg=pyyaml py37dev: git+https://github.com/yaml/pyyaml@master#egg=pyyaml
pytest pytest
mock mock
ipdb ipdb
pytest-cov pytest-cov
flaky flaky
commands = pytest -v -s -W all --cov pylast --cov-report term-missing {posargs} commands = pytest -v -s -W all --cov pylast --cov-report term-missing {posargs}
[testenv:venv] [testenv:venv]
@ -25,14 +25,14 @@ commands = {posargs}
[testenv:lint] [testenv:lint]
deps = deps =
flake8 flake8
commands = commands =
flake8 . flake8 .
[testenv:py2lint] [testenv:py2lint]
deps = deps =
{[testenv:lint]deps} {[testenv:lint]deps}
clonedigger clonedigger
commands = commands =
{[testenv:lint]commands} {[testenv:lint]commands}
./clonedigger.sh ./clonedigger.sh