Skip to content

Commit 39c8147

Browse files
committed
Install pulpcore with extra postgres packages
ref #4270
1 parent 643072f commit 39c8147

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)