From d37e35c93a057ff0321b75b46e169bd1236e8931 Mon Sep 17 00:00:00 2001 From: Delirious Lettuce Date: Tue, 30 May 2017 23:53:51 -0600 Subject: [PATCH] Uncomment `after_success` --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 36b67561..65802c43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,5 +14,5 @@ install: - pip install Flask==0.12 stem==1.5.4 pytest-cov coveralls # command to run tests script: pytest --cov=onionshare test/ -# after_success: -# - coveralls +after_success: + - coveralls