diff --git a/Makefile b/Makefile index 1d8ee1e..175d68b 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,10 @@ build-slug: @tar cf - . | docker run --rm -i -a stdin -a stdout -a stderr flynn/slugbuilder -> target/slug.tgz test: - - + @rm -rf tests/pyenv + @virtualenv tests/pyenv + @. tests/pyenv/bin/activate; pip install -r tests/requirements.txt + @cd tests; . pyenv/bin/activate; behave .clamav: @echo "Starting clamav docker image"