Skip to content

Commit 533b00b

Browse files
committed
show alias definitions for python and pip
1 parent 64ebf7f commit 533b00b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

travis/pg-travis-test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ set +u
9595
# create virtual environment and activate it
9696
virtualenv /tmp/envs/pg_pathman
9797
source /tmp/envs/pg_pathman/bin/activate
98+
type python
99+
type pip
98100

99101
# install pip packages
100102
pip install $pip_packages

0 commit comments

Comments
 (0)