Export Redis/Memcached Host Vars

This commit is contained in:
BJ Dierkes 2017-04-18 23:08:08 -05:00
parent 8f8770aec4
commit 485ea035d4

View File

@ -1,6 +1,9 @@
#!/bin/bash
set -e
export REDIS_HOST=localhost
export MEMCACHED_HOST=localhost
rm -f .coverage
pip install -r requirements-dev.txt
make test