diff options
Diffstat (limited to 'third_party/python/responses/tox.ini')
-rw-r--r-- | third_party/python/responses/tox.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/python/responses/tox.ini b/third_party/python/responses/tox.ini new file mode 100644 index 0000000000..94d030cc37 --- /dev/null +++ b/third_party/python/responses/tox.ini @@ -0,0 +1,7 @@ +[tox] +envlist = py27,py34,py35,py36,py37 + +[testenv] +extras = tests +commands = + pytest . --cov responses --cov-report term-missing |