4
tools/pip-requires
Normal file
4
tools/pip-requires
Normal file
@@ -0,0 +1,4 @@
|
||||
argparse
|
||||
prettytable>=0.6,<0.7
|
||||
python-keystoneclient>=0.1.2
|
||||
warlock<2
|
||||
11
tools/test-requires
Normal file
11
tools/test-requires
Normal file
@@ -0,0 +1,11 @@
|
||||
distribute>=0.6.24
|
||||
|
||||
mox
|
||||
nose
|
||||
nose-exclude
|
||||
nosexcover
|
||||
openstack.nose_plugin
|
||||
nosehtmloutput
|
||||
pep8==1.2
|
||||
setuptools-git>=0.4
|
||||
sphinx>=1.1.2
|
||||
10
tools/with_venv.sh
Executable file
10
tools/with_venv.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
command -v tox > /dev/null 2>&1
|
||||
if [ $? -ne 0 ]; then
|
||||
echo 'This script requires "tox" to run.'
|
||||
echo 'You can install it with "pip install tox".'
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
tox -evenv -- $@
|
||||
Reference in New Issue
Block a user