Skip to content

Commit 0084b29

Browse files
kodek16accek
authored andcommitted
Configured codecov.io and integrated with Travis (#38)
1 parent 926b42a commit 0084b29

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ addons:
88
packages:
99
libdb-dev
1010
lighttpd
11-
install: pip install tox-travis
11+
install: pip install codecov tox-travis
1212
script: tox
13+
after_success:
14+
- codecov

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
envlist=py27,py36
33

44
[testenv]
5-
deps=
6-
pytest
7-
commands = pytest {posargs}
5+
deps=pytest
6+
pytest-cov
7+
commands = pytest --cov=./ {posargs}

0 commit comments

Comments
 (0)