We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d29720 commit a40fc5aCopy full SHA for a40fc5a
travis/pg-travis-test.sh
@@ -97,7 +97,7 @@ virtualenv /tmp/envs/pg_pathman
97
source /tmp/envs/pg_pathman/bin/activate
98
99
# install pip packages
100
-pip3 install $pip_packages
+pip install $pip_packages
101
102
# run python tests
103
make USE_PGXS=1 PG_CONFIG=$config_path python_tests || status=$?
0 commit comments