File tree 3 files changed +10
-3
lines changed 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 7
7
- 3.6
8
8
9
9
install :
10
- - pip install -U tox-travis pip setuptools wheel
10
+ - pip install -U tox-travis coveralls pip setuptools wheel
11
11
- pip install -r requirements_dev.txt
12
12
- python setup.py build_ext --inplace
13
13
14
14
script :
15
15
- tox
16
+
17
+ after_success :
18
+ - coveralls
Original file line number Diff line number Diff line change @@ -11,3 +11,6 @@ more information.
11
11
12
12
.. image :: https://ci.appveyor.com/api/projects/status/7d4iko59k8hpbbik?svg=true
13
13
:target: https://ci.appveyor.com/project/alimanfoo/zarr
14
+
15
+ .. image :: https://coveralls.io/repos/github/alimanfoo/zarr/badge.svg?branch=master
16
+ :target: https://coveralls.io/github/alimanfoo/zarr?branch=master
Original file line number Diff line number Diff line change @@ -11,11 +11,12 @@ setenv =
11
11
PYTHONHASHSEED = 42
12
12
commands =
13
13
python setup.py build_ext --inplace
14
- py27,py34,py35: nosetests -v zarr
15
- py36: nosetests -v --with-coverage --cover-erase --cover-min-percentage =100 -- cover- package =zarr --with-doctest --doctest-options =+NORMALIZE_WHITESPACE zarr
14
+ py27,py34,py35: nosetests -v --with-coverage --cover-erase -- cover-package =zarr zarr
15
+ py36: nosetests -v --with-coverage --cover-erase --cover-package =zarr --with-doctest --doctest-options =+NORMALIZE_WHITESPACE zarr
16
16
py36: python -m doctest -o NORMALIZE_WHITESPACE -o ELLIPSIS docs/tutorial.rst docs/spec/v2.rst
17
17
py36: flake8 zarr
18
18
python setup.py bdist_wheel
19
+ coverage report -m
19
20
deps =
20
21
-rrequirements_dev.txt
21
22
You can’t perform that action at this time.
0 commit comments