~ubuntu-branches/ubuntu/saucy/click/saucy-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

# Depends:
#  python,
#  python-mock,
#  python3,
#  python3 (>= 3.3) | python3-mock
#  python-tox

if ! [ -r preload/.libs/libclickpreload.so ]; then
    echo "W: preload bits not built; will skip some tests" >&2
fi

tox