Skip to content

Commit

Permalink
Add arguments for nosetests command
Browse files Browse the repository at this point in the history
and it will affect to `python setup.py nosetests`

Refer: http://nose.readthedocs.org/en/latest/api/commands.html
  • Loading branch information
tankywoo committed Apr 7, 2015
1 parent f1023fd commit d382062
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
[aliases]
release = sdist bdist_egg register upload

[nosetests]
verbosity=2
no-byte-compile=1
with-coverage=1
cover-package=simiki
cover-erase=1
nocapture=1

0 comments on commit d382062

Please sign in to comment.