summaryrefslogtreecommitdiffstats
path: root/third_party/python/responses/tox.ini
blob: 94d030cc37ade7ab8dc5eeb01ad490ee533eb858 (plain)
1
2
3
4
5
6
7
[tox]
envlist = py27,py34,py35,py36,py37

[testenv]
extras = tests
commands =
    pytest . --cov responses --cov-report term-missing