Skip to content
Snippets Groups Projects
tox.ini 245 B
[tox]
envlist = py27,py35,py36,py37,py38,py39,py310,py311,py312,flake

[testenv]
deps =
    pytest
    pytest-cov
    responses
    mock
commands = py.test -v --cov mwclient test

[testenv:flake]
deps =
    flake8
commands =
    flake8 mwclient