From ece565c45195e072ccfdb501877549606d2a0628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sun, 18 Sep 2016 18:52:51 +0300 Subject: [PATCH] Attempt to fix Codecov --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9513870..bdaebad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ virtualenv: install: - pip install -r requirements.txt - pip install --editable . + - pip install codecov pytest-cov script: - py.test && py.test --cov-report xml --cov=certidude tests/ cache: @@ -19,4 +20,3 @@ addons: apt: packages: - python-ldap -# - pip install codecov pytest-cov