File: neutronclient-tip.sh

package info (click to toggle)
python-cliff 1.15.0-4~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 448 kB
  • sloc: python: 2,100; makefile: 182; sh: 29
file content (14 lines) | stat: -rwxr-xr-x 270 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh -x

set -e

envdir=$1

# The source for the client library is checked out by pip because of
# the deps listed in tox.ini, so we just need to move into that
# directory.
cd $envdir/src/neutronclient/

pip install -r test-requirements.txt

python setup.py testr