Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit694dd18

Browse files
committed
Use pip3 in travis config
1 parentf51bf63 commit694dd18

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎travis/apt.postgresql.org.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ EOF
126126

127127
echo"Running apt-get update ..."
128128
apt-get update
129-
apt-get install python3
130129

131130
cat<<EOF
132131

‎travis/pg-travis-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ virtualenv /tmp/envs/pg_pathman
9595
source /tmp/envs/pg_pathman/bin/activate
9696

9797
# install pip packages
98-
pip install$pip_packages
98+
pip3 install$pip_packages
9999

100100
# run python tests
101101
make USE_PGXS=1 PG_CONFIG=$config_path partitioning_tests|| status=$?

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp