Browse Source

Fix travis config

oz123 10 năm trước cách đây
mục cha
commit
8859d89506
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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"