summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 5d1460432..0143764b8 100644
--- a/setup.py
+++ b/setup.py
@@ -52,10 +52,7 @@ docs_extras = [
'sphinxcontrib-autoprogram',
]
-testing_extras = tests_require + [
- 'coverage',
- 'nose',
-]
+testing_extras = tests_require + ['coverage', 'nose']
base_version = parse_version(VERSION).base_version