Fix travis to use DJANGO_SETTINGS_MODULE for tests

This commit is contained in:
Fabián Ezequiel Gallina 2014-04-30 16:48:16 -03:00
parent f87ccbca88
commit 2eafe6866e
1 changed files with 1 additions and 1 deletions

View File

@ -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"