File: py3

package info (click to toggle)
chargebee-python 1.6.6-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 484 kB
  • sloc: python: 1,008; makefile: 6; 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