Skip to content

Commit

Permalink
Setup nose for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
robinedwards committed Mar 7, 2013
1 parent 14e61e5 commit 68ad878
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.cfg
@@ -0,0 +1,2 @@
[nosetests]
match=^test
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
packages=find_packages(),
keywords='graph neo4j py2neo ORM',
tests_require=['nose==1.1.2'],
test_suite='test',
test_suite='nose.collector',
install_requires=['lucene-querybuilder==0.1.6', 'py2neo==1.4.6', 'pytz==2012j'],
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 68ad878

Please sign in to comment.