Matching test database name to exactly the postgres default in runtests.py.

pull/46/head
Neal Todd 2014-02-14 12:26:44 +00:00
rodzic 919f649674
commit 11f2a1edf5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -15,7 +15,7 @@ install:
- pip install psycopg2
# Pre-test configuration
before_script:
- psql -c 'create database wagtaildemo_test;' -U postgres
- psql -c 'create database wagtaildemo;' -U postgres
# Run the tests
script: python runtests.py
# Who to notify about build results