This is an automated email from the git hooks/post-receive script.
teigland pushed a commit to branch master in repository sanlock.
commit 35bc4f7ed8b6284ee56610ad9272ee290734f72f Author: Nir Soffer nsoffer@redhat.com AuthorDate: Mon Mar 25 01:42:59 2019 +0200
tox: Use the Makefile to build
Signed-off-by: Nir Soffer nsoffer@redhat.com --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/tox.ini b/tox.ini index ae9c8a7..f65f487 100644 --- a/tox.ini +++ b/tox.ini @@ -20,9 +20,7 @@ whitelist_externals = make deps = pytest==4.0 commands = - make -C wdmd - make -C src - make -C python inplace + make pytest {posargs}
[pytest]
sanlock-devel@lists.fedorahosted.org