From: Nikolaus Rath Date: Thu, 13 Oct 2016 17:49:03 +0000 (-0700) Subject: Travis: use "make test" instead of calling pytest directly X-Git-Tag: fuse-3.0.0rc1~47 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=faf109f1d25df6e374582f3ad96e39b4f9354646;p=qemu-gpiodev%2Flibfuse.git Travis: use "make test" instead of calling pytest directly --- diff --git a/.travis.yml b/.travis.yml index 6d2f313..b7bed8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,4 +30,4 @@ script: - ./configure - CFLAGS="-fsanitize=address,undefined -g -O1 -Wall -Werror" make - doxygen doc/Doxyfile - - python -m pytest test/ + - make test