File: python3-mdx-math

package info (click to toggle)
python-markdown-math 0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 232 kB
  • sloc: python: 118; sh: 6; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 155 bytes parent folder | download
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 -i); do
	$python -Wdefault test.py
done