mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-13 00:41:38 +08:00
attempting to fix problem with calling a subscript
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user