Skip to content

Commit

Permalink
Pin Redis version for tests
Browse files Browse the repository at this point in the history
Attempt to fix #159 by pinning the redis version to <3 for compatibility
with django-redis.
  • Loading branch information
jsocol committed Dec 29, 2018
1 parent 377c4e6 commit 614171d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
- if [[ $TRAVIS_PYTHON_VERSION == pypy ]]; then pip install -q python-memcached>=1.57; fi
- if [[ $DJANGO_VERSION != master ]]; then pip install -q "Django>=${DJANGO_VERSION},<${DJANGO_VERSION}.99"; fi
- if [[ $DJANGO_VERSION == master ]]; then pip install https://github.com/django/django/archive/master.tar.gz; fi
- pip install django-redis==4.9.0 flake8
- pip install "redis<3" django-redis==4.9.0 flake8
script:
- ./run.sh test
- ./run.sh flake8
Expand Down

0 comments on commit 614171d

Please sign in to comment.