From 7d80c7d7b6c983cd631986b3c74672389c8916d9 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 30 Dec 2014 19:09:49 +0100 Subject: Split unittests into separate files and move them to tests/ --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a4ffa00..c4a68a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,8 @@ install: - "pip install coverage" - "pip install flake8" before_script: - - flake8 jasper.py client + - "flake8 jasper.py client tests" script: - - "coverage run client/test.py --light" + - "coverage run -m unittest discover" after_success: - "coveralls" \ No newline at end of file -- cgit v1.3.1