Skip to content

Commit

Permalink
Adds nosetests script
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecampbell committed Mar 8, 2013
1 parent 1cc3b9c commit 2aa65f0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,14 @@ args =
build
install

[base_config]
scripts =
ipython
nosetests
entry-points =
ipython=scripts.ipython:main
nosetests=nose:run_exit

[python]
recipe = zc.recipe.egg
interpreter = python
eggs = ${buildout:eggs}
scripts =
ipython
nosetests
entry-points =
ipython=scripts.ipython:main
nosetests=nose:run_exit

0 comments on commit 2aa65f0

Please sign in to comment.