Skip to content

Commit

Permalink
Assume the test is being run in the correct environment.
Browse files Browse the repository at this point in the history
In the case of our jenkins job it is now using shining panda to manage virtual envs.
  • Loading branch information
feanil committed Aug 5, 2014
1 parent 471cdde commit ed9bf38
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions jenkins/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ github_status state:pending "is running"
# Set the IO encoding to UTF-8 so that askbot will start
export PYTHONIOENCODING=UTF-8

GIT_BRANCH=${GIT_BRANCH/HEAD/master}
if [ ! -d /mnt/virtualenvs/"$JOB_NAME" ]; then
mkdir -p /mnt/virtualenvs/"$JOB_NAME"
virtualenv /mnt/virtualenvs/"$JOB_NAME"
fi

source /mnt/virtualenvs/"$JOB_NAME"/bin/activate
pip install -q -r pre-requirements.txt
pip install -q -r requirements.txt
Expand Down

0 comments on commit ed9bf38

Please sign in to comment.