Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- language: python
- python:
- - 3.4
- - 3.5
- addons:
- postgresql: "9.4"
- services:
- - postgresql
- env:
- - 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
|