Skip to content

Commit a465d11

Browse files
committed
switch to PY3 for release testing
1 parent 0db44e3 commit a465d11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

release-test.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export HEAD=${TRAVIS_PULL_REQUEST_SHA:-$(git rev-parse HEAD)}
3737

3838
if [ "${RELEASE_SKIP}" != "head" ]
3939
then
40-
virtualenv testenv1
40+
virtualenv testenv1 -p python3
4141
# First we test the head
4242
# shellcheck source=/dev/null
4343
source testenv1/bin/activate
@@ -58,9 +58,9 @@ then
5858
test_prefix=../ run_tests; popd
5959
fi
6060

61-
virtualenv testenv2
62-
virtualenv testenv3
63-
virtualenv testenv4
61+
virtualenv testenv2 -p python3
62+
virtualenv testenv3 -p python3
63+
virtualenv testenv4 -p python3
6464
rm -Rf testenv[234]/local
6565

6666
# Secondly we test via pip

0 commit comments

Comments
 (0)