Skip to content

Commit 965bdfb

Browse files
authored
Merge pull request #225 from daviddavis/pg
Install pulpcore with postgres extra pacakges
2 parents 50096c4 + 39c8147 commit 965bdfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ -n "$PULP_PR_NUMBER" ]; then
1717
popd
1818
fi
1919

20-
pip install -e ./pulpcore
20+
pip install -e ./pulpcore[postgres]
2121

2222
git clone https://github.com/pulp/pulpcore-plugin.git
2323

0 commit comments

Comments
 (0)