File: python3

package info (click to toggle)
python-cryptography 0.8.2-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 2,000 kB
  • sloc: python: 22,437; makefile: 137; ansic: 42; sh: 12
file content (8 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e
SRC="${PWD}"

cd "${ADTTMP}"
for py in $(py3versions -vi) ; do
  python$py -m pytest ${SRC}/tests
done