File: py3

package info (click to toggle)
ptable 0.9.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 332 kB
  • sloc: python: 1,651; makefile: 27; sh: 3
file content (5 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#! /bin/sh

set -e && for i in $(py3versions -sv); do \
  python$i prettytable_test.py; \
done