~ubuntu-branches/ubuntu/trusty/pandas/trusty

1
2
3
4
5
6
7
8
#!/usr/bin/env bash


if [ x"$1" == x"fast" ]; then
    scripts/use_build_cache.py
fi;

tox