Skip to content
Snippets Groups Projects
tox.ini 169 B
Newer Older
envlist = py27,py34,py35,py36,flake

deps =
	pytest
Dan Michael O. Heggø's avatar
Dan Michael O. Heggø committed
    pytest-cov
[testenv:flake]
deps =
    flake8
commands =
	flake8 mwclient