8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025709f commit fb85c3dCopy full SHA for fb85c3d
.travis.yml
@@ -93,8 +93,8 @@ matrix:
93
- PIP=pip2
94
- CIBW_BUILD=cp36-*
95
- 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"
+ - CIBW_TEST_REQUIRES="pytest!=3.3.0 pytest-cov codecov psutil coveralls"
+ - CIBW_TEST_COMMAND="pytest --cov=lz4 {project}/tests; codecov --required; coveralls"
98
install:
99
- ${PIP} install cibuildwheel==0.10.0
100
script:
0 commit comments