Skip to content

Commit ed9bf38

Browse files
committed
Assume the test is being run in the correct environment.
In the case of our jenkins job it is now using shining panda to manage virtual envs.
1 parent 471cdde commit ed9bf38

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

jenkins/test.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ github_status state:pending "is running"
2323
# Set the IO encoding to UTF-8 so that askbot will start
2424
export PYTHONIOENCODING=UTF-8
2525

26-
GIT_BRANCH=${GIT_BRANCH/HEAD/master}
27-
if [ ! -d /mnt/virtualenvs/"$JOB_NAME" ]; then
28-
mkdir -p /mnt/virtualenvs/"$JOB_NAME"
29-
virtualenv /mnt/virtualenvs/"$JOB_NAME"
30-
fi
31-
3226
source /mnt/virtualenvs/"$JOB_NAME"/bin/activate
3327
pip install -q -r pre-requirements.txt
3428
pip install -q -r requirements.txt

0 commit comments

Comments
 (0)