Skip to content

Commit 9cc893c

Browse files
authored
Merge pull request #610 from watson-developer-cloud/codecov
chore(codecov): Fix codecov for travis
2 parents ee22437 + 97b6da9 commit 9cc893c

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.env.enc

0 Bytes
Binary file not shown.

test/integration/test_compare_comply_v1.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
from os.path import abspath
66
from unittest import TestCase
77

8-
8+
@pytest.mark.skipif(
9+
os.getenv('VCAP_SERVICES') is None, reason='requires VCAP_SERVICES')
910
class IntegrationTestCompareComplyV1(TestCase):
1011
compare_comply = None
1112

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ commands =
1414
deps =
1515
-r{toxinidir}/requirements.txt
1616
-r{toxinidir}/requirements-dev.txt
17+
usedevelop = True
1718
exclude = .venv,.git,.tox,docs

0 commit comments

Comments
 (0)