File: py3

package info (click to toggle)
python-dict2xml 1.7.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 188 kB
  • sloc: python: 875; xml: 108; sh: 35; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 90 bytes parent folder | download
1
2
3
4
5
#! /bin/sh

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