Skip to content
Snippets Groups Projects
tox.ini 214 B
Newer Older
envlist = py27,py34,py35,py36
[testenv]
deps=pytest
    pytest-pep8
Dan Michael O. Heggø's avatar
Dan Michael O. Heggø committed
    pytest-cov
Dan Michael O. Heggø's avatar
Dan Michael O. Heggø committed
commands=py.test -v --cov --pep8 mwclient test

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