mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Travis: install psycopg2
This commit is contained in:
parent
6951fdc199
commit
fb5112ac93
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ env:
|
||||||
- POKEDEX_DB_ENGINE=postgresql:///pokedex
|
- POKEDEX_DB_ENGINE=postgresql:///pokedex
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
install: pip install -e .
|
install:
|
||||||
|
- pip install -e .
|
||||||
|
- pip install psycopg2
|
||||||
before_script:
|
before_script:
|
||||||
- createdb -U postgres pokedex
|
- createdb -U postgres pokedex
|
||||||
- pokedex setup -v
|
- pokedex setup -v
|
||||||
|
|
Loading…
Reference in a new issue