diff --git a/tox.ini b/tox.ini index e4006c2..3c933f5 100644 --- a/tox.ini +++ b/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