Inprovement of warnings mechanism. Now support disabling emit warnings and add documentation.

This commit is contained in:
shimizukawa
2016-12-04 17:52:45 +09:00
parent 816b1db93d
commit 1c8935adae
9 changed files with 117 additions and 9 deletions

View File

@@ -13,6 +13,7 @@ env:
global:
- TEST='-v --with-timer --timer-top-n 25'
- PYTHONFAULTHANDLER=x
- PYTHONWARNINGS=all
matrix:
- DOCUTILS=0.11
- DOCUTILS=0.12