Skip to content

Commit da75f74

Browse files
committed
First crack at codecov.
1 parent e0f1c01 commit da75f74

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python:
55
- "3.4"
66
- "3.5"
77
- "3.6"
8+
- "3.7"
89
- "pypy"
910
install: pip install tox-travis
1011
matrix:

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
envlist = py27, py34, py35, py36, pypy
88

99
[testenv]
10-
commands = py.test tests
10+
commands = py.test --cov=. tests
1111
deps =
1212
pytest
1313
groestlcoin_hash
14+
coverage

0 commit comments

Comments
 (0)