Commit 33ece5c2 by Darren Weber Committed by Sébastien Eustace

Fix make test (#1358)

parent 3b1a6319
...@@ -32,7 +32,7 @@ setup: setup-python ...@@ -32,7 +32,7 @@ setup: setup-python
# test your application (tests in the tests/ directory) # test your application (tests in the tests/ directory)
test: test:
@py.test --cov=poetry --cov-config .coveragerc tests/ -sq @poetry run pytest --cov=poetry --cov-config .coveragerc tests/ -sq
release: build linux_release osx_release release: build linux_release osx_release
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment