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

Commita40fc5a

Browse files
committed
use pip instead of pip3 in pg-travis-test.sh
1 parent4d29720 commita40fc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎travis/pg-travis-test.sh

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

9999
# install pip packages
100-
pip3 install$pip_packages
100+
pip install$pip_packages
101101

102102
# run python tests
103103
make USE_PGXS=1 PG_CONFIG=$config_path python_tests|| status=$?

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp