[coveragerc] excludelines somehow broke the build for Python 2.7

This commit is contained in:
Tobi-wan Kenobi 2017-03-04 18:54:42 +01:00
parent 90dd636b43
commit ce2bc58919

View file

@ -8,6 +8,3 @@ omit =
/usr/lib* /usr/lib*
[report] [report]
exclude_lines =
except ImportError:
pass