mirror of https://github.com/rq/rq.git
Enable Redis service explicitly on Travis.
This commit is contained in:
parent
39ce12f9c3
commit
acc8b81617
|
@ -1,4 +1,6 @@
|
|||
language: python
|
||||
services:
|
||||
- redis
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
|
|
Loading…
Reference in New Issue