sanketsaurav/mimelib

View on GitHub
tox.ini

Summary

Maintainability
Test Coverage
[tox]
envlist = py27, py34, py35, py36, pypy

[testenv]
commands =
    python setup.py test -a "--cov-config .coveragerc --cov=mimelib"