Commit 74f507f3 authored by Luca Cristaldi's avatar Luca Cristaldi
Browse files

add psycopg2

parent 9e068e50
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ test_install:
    POSTGRES_USER: tryton
  image: wifasoi/trytond-base:latest
  script:
    - apk add py3-psycopg2
    - python3 setup.py install
    - echo -e "[database]\nuri = postgresql://$POSTGRES_USER:@postgres:5432\n[web]\nlisten=[::]:8000" > trytond.conf
    - export TRYTONPASSFILE=phonypass.notpassword