8000 Add coveralls upload · python-lz4/python-lz4@fb85c3d · GitHub
[go: up one dir, main page]

Skip to content

Commit fb85c3d

Browse files
Add coveralls upload
1 parent 025709f commit fb85c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ matrix:
9393
- PIP=pip2
9494
- CIBW_BUILD=cp36-*
9595
- CIBW_BEFORE_BUILD="${PIP} install -U pip"
96-
- CIBW_TEST_REQUIRES="pytest!=3.3.0 pytest-cov codecov psutil"
97-
- CIBW_TEST_COMMAND="pytest --cov=lz4 {project}/tests; codecov --required"
96+
- CIBW_TEST_REQUIRES="pytest!=3.3.0 pytest-cov codecov psutil coveralls"
97+
- CIBW_TEST_COMMAND="pytest --cov=lz4 {project}/tests; codecov --required; coveralls"
9898
install:
9999
- ${PIP} install cibuildwheel==0.10.0
100100
script:

0 commit comments

Comments
 (0)
0