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

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