From cc0af3371c008c65ee98e348b8bc8d64689fb47e Mon Sep 17 00:00:00 2001 From: rachmadani haryono Date: Tue, 2 May 2017 12:15:33 +0800 Subject: [PATCH] chg: test: travis script (#156) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1c5964c..e5a5526 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ addons: - devscripts - zsh script: - - ./ci-test-wrapper --watch .travis.yml + - python3 -m pytest ./tests/test_*.py --cov buku -vv - git fetch --unshallow --tags origin - ./tools/makedeb deploy: