Selaa lähdekoodia

fix env variables for travis

pull/342/head
Guillaume Vincent 8 vuotta sitten
vanhempi
commit
a684f5e852
1 muutettua tiedostoa jossa 1 lisäystä ja 6 poistoa
  1. +1
    -6
      .travis.yml

+ 1
- 6
.travis.yml Näytä tiedosto

@@ -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

Ladataan…
Peruuta
Tallenna