diff --git a/.coveragerc b/.coveragerc index e07040c7..83366356 100644 --- a/.coveragerc +++ b/.coveragerc @@ -2,4 +2,5 @@ omit = # omit anything in a .local directory anywhere */.local/* + */python3.6/* tests/*