diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..d6008ea4b6545a2dd51f306cb81f2f0e24fab6d2
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,7 @@
+[tool:pytest]
+testpaths = bip/tests
+addopts   = -v --cov=bip
+
+[coverage:run]
+source = bip
+omit   = bip/tests/*
\ No newline at end of file