Skip to content

Commit

Permalink
Merge pull request #86 from scikit-build/68-fix-setup-py-test-command
Browse files Browse the repository at this point in the history
setup.py: Fix test command setting 'nose.collector' as test_suite See #58
  • Loading branch information
jcfr committed Jul 18, 2016
2 parents cd09c23 + ae7fbd4 commit 57f1b73
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 @@ -52,6 +52,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 57f1b73

Please sign in to comment.