diff --git a/.travis.yml b/.travis.yml index 66b134f..cafbb59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,5 @@ install: - python setup.py install # command to run tests script: python setup.py test +services: + - redis-server