From 344e073e61289b058a811d87e4051de5b91a50e4 Mon Sep 17 00:00:00 2001 From: 5j9 <5j9@users.noreply.github.com> Date: Mon, 24 Oct 2016 14:37:20 +0330 Subject: [PATCH] Add "python wikitextparser_test.py" to scripts It seems that coverage run always exits with 0. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2ce78c2..a7ec1a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ install: - pip install codecov script: - cd wikitextparser + - python wikitextparser_test.py - coverage run wikitextparser_test.py python: - "3.3"