summaryrefslogtreecommitdiff
path: root/tox.ini
blob: a53676fb99030a2a342ea059560223cde4083bb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = py27,py34,py35,py36,pypy

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

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