瀏覽代碼

fix env variables for travis

pull/342/head
Guillaume Vincent 8 年之前
父節點
當前提交
a684f5e852
共有 1 個文件被更改,包括 1 次插入6 次删除
  1. +1
    -6
      .travis.yml

+ 1
- 6
.travis.yml 查看文件

@@ -7,11 +7,6 @@ addons:
services:
- postgresql
env:
- DATABASE_ENGINE=django.db.backends.postgresql_psycopg2
- DATABASE_NAME=postgres
- DATABASE_USER=postgres
- DATABASE_PASSWORD=
- DATABASE_HOST=localhost
- DATABASE_PORT=5432
- DATABASE_ENGINE=django.db.backends.postgresql_psycopg2 DATABASE_NAME=postgres DATABASE_USER=postgres DATABASE_PASSWORD= DATABASE_HOST=localhost DATABASE_PORT=5432
install: pip install -r requirements.txt
script: python manage.py test

Loading…
取消
儲存