summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorent Captier <florent@captier.org>2018-12-16 14:30:51 +0100
committerFlorent Captier <florent@captier.org>2018-12-16 15:01:23 +0100
commit4bd39a770ce48d94ab8914463e20e9002e0b4869 (patch)
tree82cf3133bc5e825a5d88e678db39713146be3c55 /tox.ini
parent8aca902011981a236cedf32d0c859078c7881b71 (diff)
downloadoauthlib-4bd39a770ce48d94ab8914463e20e9002e0b4869.tar.gz
Use pytest as test framework
Closes #631
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 47237d8..05f12a6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,8 +5,7 @@ envlist = py27,py34,py35,py36,py37,pypy,pypy3,docs,readme
deps=
-rrequirements-test.txt
commands=
- coverage run --source oauthlib -m unittest discover
- coverage report
+ py.test --cov=oauthlib tests/
# tox -e docs to mimick readthedocs build.