oz123 10 anni fa
parent
commit
8859d89506
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -6,6 +6,10 @@ python:
 before_script:
   - psql -c 'create database pwman;' -U postgres
 
+before_install:
+  - sudo apt-get update -qq
+  - sudo apt-get install python-psycopg2 python3-psycopg2
+
 # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
 install: 
   - "pip install -r requirements.txt"