projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b45dc8
)
Travis: use "make test" instead of calling pytest directly
author
Nikolaus Rath
<Nikolaus@rath.org>
Thu, 13 Oct 2016 17:49:03 +0000
(10:49 -0700)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Thu, 13 Oct 2016 18:02:04 +0000
(11:02 -0700)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 6d2f31364f98ab6cbe9e057307a7475400c7a3c8..b7bed8f79a564e7009a4143611d015e5c069e170 100644
(file)
--- 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