File: python2

package info (click to toggle)
python-axiom 0.7.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,336 kB
  • ctags: 2,893
  • sloc: python: 12,583; sh: 33; makefile: 14
file content (7 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/bash
set -e

cd "$ADTTMP"
for py in $(pyversions -vi) ; do
  python$py /usr/bin/trial axiom;
done