Skip to content

Commit

Permalink
Don't specify nose version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jul 3, 2014
1 parent cfcf735 commit c3a4697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
])

setup_requires = [
'nose==1.3.0',
'nose',
]
tests_require = [
'coverage',
Expand Down

0 comments on commit c3a4697

Please sign in to comment.