mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 11:16:46 +00:00
Export Redis/Memcached Host Vars
This commit is contained in:
parent
8f8770aec4
commit
485ea035d4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user