aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-13 10:49:03 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-13 11:02:04 -0700
commitfaf109f1d25df6e374582f3ad96e39b4f9354646 (patch)
treeb3cd5f0c7cd3c9b9005dbcd214b45f7ab2a0a8cc /.travis.yml
parent1b45dc875f678b4ff881f9ccb1443ea64232e4ae (diff)
Travis: use "make test" instead of calling pytest directly
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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