Skip to content

Commit a40fc5a

Browse files
committed
use pip instead of pip3 in pg-travis-test.sh
1 parent 4d29720 commit a40fc5a

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)