File: py3

package info (click to toggle)
python-bleach 3.1.2-0%2Bdeb10u2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,320 kB
  • sloc: python: 13,477; makefile: 130; sh: 47
file content (5 lines) | stat: -rw-r--r-- 71 bytes parent folder | download
1
2
3
4
5
#! /bin/sh

for py in $(py3versions -s); do
  $py -m pytest tests
done