attempting to fix problem with calling a subscript

This commit is contained in:
fawce
2012-02-03 00:15:21 -05:00
parent 73b6240494
commit 89a1c88dd2
+3 -3
View File
@@ -14,12 +14,12 @@ fi
# Create virtualenv and install necessary packages
virtualenv --no-site-packages $PYENV_HOME
. $PYENV_HOME/bin/activate
ordered_pip.sh $WORKSPACE/requirements.txt
ordered_pip.sh $WORKSPACE/requirements_dev.txt
./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
nosetests