File: python3-mdx-math

package info (click to toggle)
python-markdown-math 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 276 kB
  • sloc: python: 144; sh: 6; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -eux
cp -r test.py test_data "$AUTOPKGTEST_TMP/"
cd "$AUTOPKGTEST_TMP"

for python in $(py3versions -s); do
	$python -Wdefault test.py
done