Skip to content

Commit fdaf34a

Browse files
committed
CirlceCI: install plpythonu
1 parent 7a303a1 commit fdaf34a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

circle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
machine:
22
services:
33
- postgresql
4+
dependencies:
5+
post:
6+
- sudo sudo apt-get update && sudo apt-get install postgresql-contrib-9.5
47
database:
58
override:
69
- sudo -u postgres psql -c "create database test;"

0 commit comments

Comments
 (0)