Browse Source

modify travis file

pull/342/head
Guillaume Vincent 8 years ago
parent
commit
bea20cade7
1 changed files with 7 additions and 2 deletions
  1. +7
    -2
      .travis.yml

+ 7
- 2
.travis.yml View File

@@ -2,6 +2,11 @@ language: python
python:
- 3.4
- 3.5

install: pip install -r requirements.dev.txt
script: python manage.py test
script: python manage.py test
services:
- postgresql
addons:
postgresql: "9.5"
before_script:
- psql -c 'create database db;' -U postgres

Loading…
Cancel
Save