diff --git a/.travis.yml b/.travis.yml index ff74c09cd..10f9f98de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,5 +18,6 @@ install: script: - nosetests -v --with-flaky --no-flaky-report --with-coverage --cover-package=telegram/ tests - if [[ $TRAVIS_PYTHON_VERSION == 3.5 ]]; then pre-commit run --all-files; fi + - python ./setup.py bdist_dumb after_success: coveralls