Skip to content

Commit

Permalink
run all tests suite through nose.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Pedregosa authored and GaelVaroquaux committed Aug 18, 2010
1 parent 285d7f2 commit 2c8188f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[aliases]
# python2.7 has upgraded unittest and it is no longer compatible with some
# of our tests, so we run all through nose
test = nosetests

[nosetests]
verbosity = 2
detailed-errors = 1
Expand Down

0 comments on commit 2c8188f

Please sign in to comment.