Skip to content
Snippets Groups Projects
Unverified Commit bf364b0c authored by Håvard F. Aasen's avatar Håvard F. Aasen
Browse files

autopkgtest: Get Python version with 's' flag.

parent 202b8d32
No related branches found
No related tags found
No related merge requests found
Test-Command: set -e
; cp -r examples tests "$AUTOPKGTEST_TMP"
; for py in $(py3versions -r 2>/dev/null)
; for py in $(py3versions -s)
; do cd "$AUTOPKGTEST_TMP"
; echo "Testing with $py:"
; $py -m pytest -v
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment