From ca8404adb7cd4bb105b1e8e3839ab4535a33e06e Mon Sep 17 00:00:00 2001 From: Noam Meltzer Date: Wed, 24 Feb 2016 00:55:30 +0200 Subject: [PATCH] travis.yml: another try to fix nosetests command line --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 51577ef7a..e3323617e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: - pip install -r requirements.txt - pip install -r requirements-dev.txt script: - - nosetests -v --with-coverage --cover-package --with-flaky + - nosetests -v --with-flaky --no-flaky-report --with-coverage --cover-package=telegram/ - flake8 telegram - 'if [[ $TRAVIS_PYTHON_VERSION != 2.6 ]]; then pylint -E telegram --disable=no-name-in-module,import-error; fi' after_success: