From 2eafe6866e5b25f2827e0b692734d6fcc5e421cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Ezequiel=20Gallina?= Date: Wed, 30 Apr 2014 16:48:16 -0300 Subject: [PATCH] Fix travis to use DJANGO_SETTINGS_MODULE for tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0a0724c..6cf4c8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,6 @@ python: - "2.6" - "2.7" install: pip install -r requirements.txt -r optional.txt --use-mirrors -script: nosetests +script: DJANGO_SETTINGS_MODULE='django_statsd.test_settings' nosetests notifications: irc: "irc.mozilla.org#amo-bots"