File: py3

package info (click to toggle)
chargebee2-python 2.22.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 740 kB
  • sloc: python: 2,492; makefile: 4; sh: 3
file content (5 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (6)
1
2
3
4
5
#! /bin/sh

set -e && for i in $(py3versions -sv); do \
  python$i /usr/bin/py.test-3 tests/util.py;\
done