From c6bf13e407cbee78ac709d3a71cd75467c79d81d Mon Sep 17 00:00:00 2001 From: leandrotoledo Date: Tue, 8 Sep 2015 15:02:28 -0300 Subject: [PATCH] Using nose to test on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9325cd97b..dbb37a98d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,6 @@ python: install: - pip install coveralls script: - coverage run tests/run.py + nosetests --with-coverage --cover-package telegram/ after_success: coveralls