From 3ddd31f3c1314231060a644be218b0e6cef67a7e Mon Sep 17 00:00:00 2001 From: Teemu R Date: Sat, 16 Sep 2017 19:00:17 +0200 Subject: [PATCH] execute coveralls only on travis, fixes #84 (#91) --- .travis.yml | 4 ++-- tox.ini | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9e607d70..e226c8d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ python: - "3.4" - "3.5" - "3.6" -install: pip install tox-travis +install: pip install tox-travis coveralls script: tox - +after_success: coveralls diff --git a/tox.ini b/tox.ini index 3891d1d4..6d3f3107 100644 --- a/tox.ini +++ b/tox.ini @@ -13,10 +13,8 @@ deps= pytest pytest-cov voluptuous - coveralls commands= py.test --cov pyHS100 - coveralls [testenv:flake8] deps=flake8