kopia lustrzana https://github.com/wagtail/wagtail
Matching test database name to exactly the postgres default in runtests.py.
rodzic
919f649674
commit
11f2a1edf5
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue