summaryrefslogtreecommitdiff
path: root/tox.ini
blob: b95886f39fc601e897dd9b93d704a6e8fc44eb0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tox]
envlist = py26,py27,py32,py33,py34,pypy,pypy3

[testenv]
deps=
    -rrequirements-test.txt
commands=nosetests --with-coverage --cover-erase --cover-package=oauthlib -w tests

[testenv:py26]
deps=unittest2
     {[testenv]deps}

[testenv:py27]
deps=unittest2
     {[testenv]deps}