mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-26 22:36:57 -05:00
Show DeprecationWarning, etc. in runtests
Install default warnings filter in test runs, to avoid python's default suppression of DeprecationWarning and other "intended for developer" warnings. (Avoids need to provide -Wd or -Wall arg to runtests.)
This commit is contained in:
@@ -35,4 +35,4 @@ install:
|
||||
- pip install $DJANGO
|
||||
- pip install .
|
||||
- pip list
|
||||
script: python -Wall setup.py test
|
||||
script: python setup.py test
|
||||
|
||||
Reference in New Issue
Block a user