test: Try again to get coveralls to show 100%

This commit is contained in:
kgriffs 2013-04-27 17:07:02 -04:00
parent fc2235fe0e
commit 6b39f2e727
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
[run]
branch = True
source = falcon
omit = *falcon/tests*
omit = falcon/tests*,falcon/bin*,falcon/bench*

View File

@ -18,7 +18,7 @@ limitations under the License.
try:
import testtools as unittest
except ImportError:
except ImportError: # pragma: nocover
import unittest
import falcon