summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-09-11 17:56:22 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-09-11 17:56:22 -0700
commit1b4fa60945022a1d8739d5ed6a9a915230fd1e5b (patch)
tree4d85eddbd1667c00eb34a4a3116a5ef82e84d9e2 /tox.ini
parent73b952f83df14231f1b33561c0670404bd2ac3cc (diff)
downloadoauthlib-1b4fa60945022a1d8739d5ed6a9a915230fd1e5b.tar.gz
Remove workarounds for unsupported Python 2.6
Python 2.6 support was removed in 91152df142bdde134d84ed27963cda8e6b878416. Drop unittest2 dependency. All necessary testing features are included in the stdlib unittest.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index eac7a1e..b736cf1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,10 +6,6 @@ deps=
-rrequirements-test.txt
commands=nosetests -s --with-coverage --cover-html --cover-html-dir={toxinidir}/htmlcov-{envname} --cover-erase --cover-package=oauthlib -w tests
-[testenv:py27]
-deps=unittest2
- {[testenv]deps}
-
# tox -e docs to mimick readthedocs build.
# as of today, RTD is using python2.7 and doesn't run "setup.py install"
[testenv:docs]