Merge pull request #1078 from MITx/feature/jzoldak/jenkins-cleanup

Add pip install of test requirements, remove askbot requirements.
This commit is contained in:
Calen Pennington
2012-11-29 11:26:20 -08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -12,8 +12,8 @@ export PYTHONIOENCODING=UTF-8
GIT_BRANCH=${GIT_BRANCH/HEAD/master}
pip install -q -r pre-requirements.txt
pip install -q -r test-requirements.txt
yes w | pip install -q -r requirements.txt
[ ! -d askbot ] || pip install -q -r askbot/askbot_requirements.txt
rake clobber
TESTS_FAILED=0

View File

@@ -12,8 +12,8 @@ export PYTHONIOENCODING=UTF-8
GIT_BRANCH=${GIT_BRANCH/HEAD/master}
pip install -q -r pre-requirements.txt
pip install -q -r test-requirements.txt
yes w | pip install -q -r requirements.txt
[ ! -d askbot ] || pip install -q -r askbot/askbot_requirements.txt
rake clobber
TESTS_FAILED=0