diff --git a/.travis.yml b/.travis.yml index dd6e2371463d50d9fedf2fd00377fcd353f2906b..b3452e82b5a88c87de1f23d7587f51b9335a0a05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,6 @@ python: # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: "pip install -r requirements.txt" # command to run tests, e.g. python setup.py test -script: "python manage.py test" \ No newline at end of file +script: "python manage.py test" +addons: + postgresql: "9.3" \ No newline at end of file