We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c196302 commit 8a971f9Copy full SHA for 8a971f9
1 file changed
jenkins.sh
@@ -3,3 +3,9 @@ virtualenv venv
3
make develop
4
export PYTEST_ADDOPTS="--junitxml=test-report.xml"
5
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