Skip to content

Commit

Permalink
setup.py: Fix test command setting 'nose.collector' as test_suite See #…
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Jul 18, 2016
1 parent 20404b3 commit ae7fbd4
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 @@ -47,6 +47,6 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
test_suite='tests',
test_suite='nose.collector',
tests_require=dev_requirements
)

0 comments on commit ae7fbd4

Please sign in to comment.