Skip to content

Commit 353d054

Browse files
committed
travis code coverage
1 parent c08babd commit 353d054

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ rvm: "2.2"
1313

1414
sudo: false
1515

16-
install: pip install -r requirements_dev.txt
16+
install:
17+
- pip install -r requirements_dev.txt
18+
- pip install codecov
1719

1820
script:
1921
- flake8
2022
- pydocstyle pact
2123
- tox -e test
24+
- codecov
2225
- if [[ $TRAVIS_PYTHON_VERSION == "3.5" ]]; then make package && pip install ./dist/pact-python-*.tar.gz && make e2e; fi
2326

2427
before_deploy:

0 commit comments

Comments
 (0)