start-mongo for integration tests

Change-Id: Id57be3c09da8eb21186bccb73fc09c35edac4253
This commit is contained in:
aviau 2015-08-10 15:38:37 -04:00
parent ddc721948e
commit 1f4ef360a0

View File

@ -2,7 +2,7 @@ test: clean start-mongo
tox
sudo docker stop surveil_test_mongo
integration: clean
integration: clean start-mongo
tox -eintegration
sudo docker stop surveil_test_mongo