From 64f4c7c5788674c7e66edb310da3140cb875d709 Mon Sep 17 00:00:00 2001 From: Delirious Lettuce Date: Tue, 30 May 2017 23:51:29 -0600 Subject: [PATCH] Modify .travis.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a35052e1..36b67561 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,6 @@ python: install: - pip install Flask==0.12 stem==1.5.4 pytest-cov coveralls # command to run tests -script: pytest test/ --cov test/ -after_success: - - coveralls +script: pytest --cov=onionshare test/ +# after_success: +# - coveralls