Skip to content

Commit

Permalink
Add redis dependency to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed Feb 10, 2014
1 parent ede4243 commit 8f00451
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,6 +1,8 @@
language: python
python:
- "3.3"
services: mongodb
services:
- mongodb
- redis-server
install: "pip install pyzmq greenlet --use-mirrors"
script: "python -m unittest discover -v"

0 comments on commit 8f00451

Please sign in to comment.