Skip to content
Snippets Groups Projects
tox.ini 227 B
Newer Older
Marc Trölitzsch's avatar
Marc Trölitzsch committed
envlist = py27,py34,py35,py36,py37,py38,flake
Dan Michael O. Heggø's avatar
Dan Michael O. Heggø committed
    pytest-cov
commands = py.test -v --cov mwclient test
[testenv:flake]
deps =
    flake8
commands =