Use the right pip for bash OR

This commit is contained in:
Calen Pennington
2013-03-12 13:30:24 -04:00
parent 137662081f
commit c0b6c01fd1

View File

@@ -39,8 +39,8 @@ pip install -q -r pre-requirements.txt
yes w | pip install -q -r test-requirements.txt -r requirements.txt
rake clobber
rake pep8 > pep8.log | cat pep8.log
rake pylint > pylint.log | cat pylint.log
rake pep8 > pep8.log || cat pep8.log
rake pylint > pylint.log || cat pylint.log
TESTS_FAILED=0
rake test_cms[false] || TESTS_FAILED=1