8000 use python3 for tests · postgrespro/pg_pathman@9949eee · GitHub
[go: up one dir, main page]

Skip to content

Commit 9949eee

Browse files
committed
use python3 for tests
1 parent 533b00b commit 9949eee

File tree

1 file changed

+1< BAD1 /div>
-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
@@ -93,7 +93,7 @@ if test -f regression.diffs; then cat regression.diffs; fi
9393
set +u
9494

9595
# create virtual environment and activate it
96-
virtualenv /tmp/envs/pg_pathman
96+
virtualenv /tmp/envs/pg_pathman --python=python3
9797
source /tmp/envs/pg_pathman/bin/activate
9898
type python
9999
type pip

0 commit comments

Comments
 (0)
0