sed -i '/bind 127.0.0.1/d' /etc/redis/redis.conf 
/etc/init.d/redis-server restart 

pip3 install riemann-client
pip3 install -e .[all]
py.test-3 -r s tests
