File: py3

package info (click to toggle)
python-dict2xml 1.7.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: python: 768; xml: 108; sh: 36; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#! /bin/sh

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