Travis: use "make test" instead of calling pytest directly
authorNikolaus Rath <Nikolaus@rath.org>
Thu, 13 Oct 2016 17:49:03 +0000 (10:49 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Thu, 13 Oct 2016 18:02:04 +0000 (11:02 -0700)
.travis.yml

index 6d2f31364f98ab6cbe9e057307a7475400c7a3c8..b7bed8f79a564e7009a4143611d015e5c069e170 100644 (file)
@@ -30,4 +30,4 @@ script:
     - ./configure
     - CFLAGS="-fsanitize=address,undefined -g -O1 -Wall -Werror" make
     - doxygen doc/Doxyfile
-    - python -m pytest test/
+    - make test