summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorgeorge.whewell <george@bynd.com>2015-01-27 17:56:51 +0000
committergeorge.whewell <george@bynd.com>2015-01-27 17:56:51 +0000
commitdc2204572a29762ff1cce7e565406be6c4843200 (patch)
treed7f23347c366deea88fcd6d89ca7fc60449f3cfa /tox.ini
parent09e4af26a387b3fce03f3cb1a38c6cff6a6c1af3 (diff)
downloadoauthlib-dc2204572a29762ff1cce7e565406be6c4843200.tar.gz
move test requirements to requirements-test.txt. use tox for tests on .travis.yml
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index f770b23..629fdc2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,8 +2,9 @@
envlist = py26,py27,py32,py33,py34,pypy
[testenv]
-deps=-rrequirements.txt
-commands=nosetests -w tests
+deps=
+ -rrequirements-test.txt
+commands=nosetests --with-coverage --cover-erase --cover-package=oauthlib -w tests
[testenv:py26]
deps=unittest2