derwentx/gpm-cache

View on GitHub
tox.ini

Summary

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

[testenv]
deps =
    mock
    pytest-cov
    -rrequirements.txt
commands = pytest {posargs}