diff options
| author | Jonathan Huot <jonathan.huot@thomsonreuters.com> | 2018-08-02 10:29:22 +0200 |
|---|---|---|
| committer | Jonathan Huot <jonathan.huot@thomsonreuters.com> | 2018-08-02 10:29:22 +0200 |
| commit | 1d07167210297cd9691e5397f09477fea5df5279 (patch) | |
| tree | f7e9b97dc966161b11c21945b58922f50441f187 /tox.ini | |
| parent | c9ead44e9c3bef100a6434ffbe56a002d54f0475 (diff) | |
| parent | fbacd77b602e4c60f8da2413c150fa7f20b2f83c (diff) | |
| download | oauthlib-431-customerrors.tar.gz | |
Merge branch 'master' into 431-customerrors431-customerrors
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ envlist = py27,py34,py35,py36,pypy,docs [testenv] deps= -rrequirements-test.txt -commands=nosetests --with-coverage --cover-erase --cover-package=oauthlib -w tests +commands=nosetests --with-coverage --cover-html --cover-html-dir={toxinidir}/htmlcov-{envname} --cover-erase --cover-package=oauthlib -w tests [testenv:py27] deps=unittest2 |
