Skip to content

Commit

Permalink
separate travis builds for hiredis
Browse files Browse the repository at this point in the history
  • Loading branch information
andy committed May 1, 2013
1 parent 8062897 commit 7c5027e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ python:
- "2.7"
- "2.6"
- "2.5"
env:
- TEST_HIREDIS=0
- TEST_HIREDIS=1
install:
- pip install -e . --use-mirrors
- "if [[ $TEST_PEP8 == '1' ]]; then pip install pep8 --use-mirrors; fi"
- "if [[ $TEST_HIREDIS == '1' ]]; then pip install hiredis --use-mirrors; fi"
script: "if [[ $TEST_PEP8 == '1' ]]; then pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,build,*.egg .; else python setup.py test; fi"
matrix:
include:
Expand Down

0 comments on commit 7c5027e

Please sign in to comment.