Merge branch 'service_creation' of https://github.com/alphagov/notifications-api into service_creation

This commit is contained in:
Nicholas Staples
2016-01-12 10:40:25 +00:00

View File

@@ -2,8 +2,12 @@ sudo: false
language: python
python:
- '3.4'
addons:
postgresql: '9.3'
install:
- pip install -r requirements_for_test.txt
before_script:
- psql -c 'create database test_notification_api;' -U postgres
script:
- ./scripts/run_tests.sh
env: