Skip to content

Commit

Permalink
Try to fix Appveyor build error regarding Redis server
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Nov 27, 2015
1 parent cc858dc commit 6464de3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
- "nuget install redis-64 -Version 2.8.2101"
- "redis-64\\redis-server.exe --service-install"
- "redis-64\\redis-server.exe --service-start"
# Install the Redis
- nuget install redis-64 -excludeversion
- redis-64\tools\redis-server.exe --service-install
- redis-64\tools\redis-server.exe --service-start
- '@ECHO Redis Started'
- C:\Python27\python -m pip install tox

test_script:
Expand Down

0 comments on commit 6464de3

Please sign in to comment.