Skip to content
Snippets Groups Projects
tox.ini 189 B
[tox]
envlist = py27,py34,py35
[testenv]
deps=pytest
    pytest-pep8
    responses
    mock
commands=py.test -v --pep8 mwclient tests

[flake8]
max-line-length=90
[pep8]
max-line-length=90