File: python3

package info (click to toggle)
python-cryptography 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 1,844 kB
  • sloc: python: 20,376; makefile: 137; ansic: 17; 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