Travis: add test to make sure setup.py doesn't break

Refs #635
This commit is contained in:
Noam Meltzer 2017-05-26 19:30:22 +03:00
parent 90e9e32632
commit c0e3453a62

View file

@ -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