Browse Source

fix deployment error

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

+ 1
- 1
.travis.yml View File

@@ -3,7 +3,7 @@ python:
- 3.4
- 3.5
addons:
postgresql: "9.5"
postgresql: "9.4"
services:
- postgresql
before_script:


Loading…
Cancel
Save