Travis: install psycopg2

This commit is contained in:
Andrew Ekstedt 2016-09-24 13:52:15 -07:00
parent 6951fdc199
commit fb5112ac93
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@ env:
- POKEDEX_DB_ENGINE=postgresql:///pokedex
sudo: false
install: pip install -e .
install:
- pip install -e .
- pip install psycopg2
before_script:
- createdb -U postgres pokedex
- pokedex setup -v