added a call to bootstrap mongodb in jenkins

This commit is contained in:
fawce
2012-02-03 00:10:17 -05:00
parent 258ae6b0f1
commit 0cf1f1abe3
+5
View File
@@ -17,4 +17,9 @@ virtualenv --no-site-packages $PYENV_HOME
ordered_pip.sh $WORKSPACE/requirements.txt
ordered_pip.sh $WORKSPACE/requirements_dev.txt
cp /mnt/jenkins_backup/host_settings.py ./
#setup the local mongodb
python dev_setup.py
#run all the tests in test
nosetests