diff --git a/.travis.yml b/.travis.yml index 7b24e051e..e857abbd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,11 +11,10 @@ env: - TOXENV=py33 - TOXENV=docs install: - - pip install -U tox twine wheel codecov coveralls + - pip install -U tox twine wheel codecov script: tox after_success: - codecov - - coveralls notifications: irc: use_notice: true