Skip to content

Commit e8bbc1f

Browse files
committed
Adding codecov
1 parent c8e4b6c commit e8bbc1f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

tox.ini

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
envlist = py36
55

66
[testenv]
7-
whitelist_externals =
8-
swig
7+
passenv = APPVEYOR APPVEYOR_*
8+
whitelist_externals = swig
99
skipsdist = True
1010
usedevelop = True
1111
deps =
1212
pytest
1313
numpy
14+
coveralls
1415
commands =
15-
python -m pytest --color=yes epanet_python -s
16+
coverage run --source=epanet_python setup.py test
17+
coveralls

0 commit comments

Comments
 (0)