fix CI build

This commit is contained in:
Anthony Sottile 2019-07-08 08:54:49 -07:00
parent 076dfeee37
commit 7506847c9a
4 changed files with 9 additions and 3 deletions

View file

@ -5,3 +5,6 @@ filterwarnings =
error
# python3.4 raises this when importing setuptools
ignore:The value of convert_charrefs will become True in 3.5.*:DeprecationWarning
# python3 raises this when importing setuptools
ignore:the imp module is deprecated in favour of importlib.*:PendingDeprecationWarning
ignore:the imp module is deprecated in favour of importlib.*:DeprecationWarning