Skip to content

Commit

Permalink
Use nose
Browse files Browse the repository at this point in the history
  • Loading branch information
jhford committed Aug 1, 2013
1 parent a6a2917 commit 3410ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -11,8 +11,8 @@ pep8:
find bisect_b2g -type f -name "*.py" -exec pep8 -v {} +


TEST_RUNNER=python -m unittest discover -v
#TEST_RUNNER=nosetests -v
#TEST_RUNNER=python -m unittest discover -v
TEST_RUNNER=nosetests -v
#TEST_RUNNER=py.test -v

tests:
Expand Down

0 comments on commit 3410ba9

Please sign in to comment.