From 8c4c3b95e473de587b548c37f7e496bf71df82c4 Mon Sep 17 00:00:00 2001 From: medmunds Date: Wed, 5 Dec 2012 10:50:21 -0800 Subject: [PATCH] Travis: catch DeprecationWarnings --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 50abea0..2cd0624 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,4 +16,4 @@ matrix: install: - pip install -q $DJANGO --use-mirrors - pip install . --use-mirrors -script: python setup.py test +script: python -Wall setup.py test