Skip to content

Commit 45919a6

Browse files
author
Brad Porter
committed
Added nose to test-requirements
1 parent 7a7546f commit 45919a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
test_suite='tests',
4343
install_requires=requires,
4444
tests_require=[
45+
'nose >= 1.3.0', 'nose < 2.0.0',
4546
'nose-exclude >= 0.5.0', 'nose-exclude < 1.0.0',
4647
'mock >= 2.0.0', 'mock < 3.0.0'
4748
],

0 commit comments

Comments
 (0)