summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2018-07-30 14:53:21 +0200
committerGitHub <noreply@github.com>2018-07-30 14:53:21 +0200
commita20120e780297af8482273c6534249913a6aaf5e (patch)
treed4f19fb51a42c2417c4d50e15a7c71ea5c1c3c0b /tox.ini
parent0c4ce54b4bbae9fb7eb750d59c268eebe98e4e8a (diff)
parentfbacd77b602e4c60f8da2413c150fa7f20b2f83c (diff)
downloadoauthlib-a20120e780297af8482273c6534249913a6aaf5e.tar.gz
Merge branch 'master' into 445_confirm_redirect
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ebd9021..7c4652e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@ envlist = py27,py34,py35,py36,pypy,docs
[testenv]
deps=
-rrequirements-test.txt
-commands=nosetests -s --with-coverage --cover-erase --cover-package=oauthlib -w tests
+commands=nosetests -s --with-coverage --cover-html --cover-html-dir={toxinidir}/htmlcov-{envname} --cover-erase --cover-package=oauthlib -w tests
[testenv:py27]
deps=unittest2