Fixed makefile error

Tests were run in the image of the latest senpy, but it did not mount
the current code.
pre-1.0
J. Fernando Sánchez 7 years ago
parent 4d7e8e7589
commit 9bea267f52

@ -71,7 +71,7 @@ dev: dev-$(PYMAIN)
test-all: $(addprefix test-,$(PYVERSIONS))
test-%:
docker run --rm --entrypoint /usr/local/bin/python -w /usr/src/app $(IMAGENAME):python$* setup.py test
docker run --rm --entrypoint /usr/local/bin/python -v $(PWD):/usr/src/app -w /usr/src/app $(IMAGENAME):python$* setup.py test
test: test-$(PYMAIN)

Loading…
Cancel
Save