File: run.sh

package info (click to toggle)
python-yubico 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 288 kB
  • ctags: 434
  • sloc: python: 1,893; ansic: 128; sh: 67; makefile: 4
file content (12 lines) | stat: -rwxr-xr-x 115 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#
# Run all tests.
#

mydir=`dirname $0`

set -e

: ${PYTHON:="python"}

$PYTHON $mydir/../setup.py test