Skip to content

Commit 8a971f9

Browse files
committed
add py3 to jenkins
1 parent c196302 commit 8a971f9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

jenkins.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ virtualenv venv
33
make develop
44
export PYTEST_ADDOPTS="--junitxml=test-report.xml"
55
make $make_targets
6+
7+
virtualenv -p python3 venv3
8+
. venv3/bin/activate
9+
make python=python3 develop
10+
export PYTEST_ADDOPTS="--junitxml=test-report.xml"
11+
make python=python3 $make_targets

0 commit comments

Comments
 (0)