summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 779adb9..8bc484c 100644
--- a/setup.py
+++ b/setup.py
@@ -24,8 +24,6 @@ class Tox(Command):
test_require = ['tox', 'mock']
-if sys.version_info < (2, 7):
- test_require.append('unittest2')
here = os.path.abspath(os.path.dirname(__file__))