test: Try again to get coveralls to show 100%
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = falcon
|
||||
omit = *falcon/tests*
|
||||
omit = falcon/tests*,falcon/bin*,falcon/bench*
|
||||
@@ -18,7 +18,7 @@ limitations under the License.
|
||||
|
||||
try:
|
||||
import testtools as unittest
|
||||
except ImportError:
|
||||
except ImportError: # pragma: nocover
|
||||
import unittest
|
||||
|
||||
import falcon
|
||||
|
||||
Reference in New Issue
Block a user