File: py3

package info (click to toggle)
chargebee2-python 2.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 644 kB
  • sloc: python: 1,865; sh: 5; makefile: 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