Skip to content

Commit

Permalink
Update setup.cfg to run nosetests with coverage.
Browse files Browse the repository at this point in the history
This is probably what is needed for coveralls.
  • Loading branch information
jmchilton committed Mar 9, 2015
1 parent 8fd98f2 commit 1dddc6d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
[wheel]
universal = 1
universal = 1
[nosetests]
verbosity=1
detailed-errors=1
with-doctest=1
with-coverage=1
logging-filter=pulsar,galaxy
logging-level=INFO

0 comments on commit 1dddc6d

Please sign in to comment.