Skip to content

Commit

Permalink
Wipe if a requirement already exists from a different source.
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed Aug 5, 2014
1 parent ed9bf38 commit 3aecb86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ github_status state:pending "is running"
export PYTHONIOENCODING=UTF-8

source /mnt/virtualenvs/"$JOB_NAME"/bin/activate
pip install -q -r pre-requirements.txt
pip install -q -r requirements.txt
pip install -q -r pre-requirements.txt --exists-action w
pip install -q -r requirements.txt --exists-action w

rake clobber
rake pep8 || echo "pep8 failed, continuing"
Expand Down

0 comments on commit 3aecb86

Please sign in to comment.