Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ env:
- REDIS_VERSION=3.0.7
- REDIS_VERSION=3.2.11
- REDIS_VERSION=4.0.6
- REDIS_VERSION=5.0.6
script: make test
2 changes: 1 addition & 1 deletion provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sudo apt-get install -y libhiredis-dev libevent-dev python-pip python-dev

# Download and install the thing
cd /tmp
export REDIS_VERSION=4.0.6
export REDIS_VERSION=5.0.6
wget http://download.redis.io/releases/redis-$REDIS_VERSION.tar.gz
tar xf redis-$REDIS_VERSION.tar.gz
(
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
hiredis==0.1.0
redis==2.7.5
hiredis==1.1.0
redis==3.5.3
nose==1.3.7