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 bc87e55 commit 7a444a8Copy full SHA for 7a444a8
.travis.yml
@@ -2,7 +2,7 @@ env:
2
global:
3
- CIBW_BEFORE_BUILD="pip install -U pip"
4
- CIBW_TEST_REQUIRES="pytest!=3.3.0 pytest-cov codecov psutil coveralls"
5
- - CIBW_TEST_COMMAND="pytest --cov=lz4 {project}/tests && cp .coverage {project} && pushd {project} && source local_env.sh && codecov --required; coveralls"
+ - CIBW_TEST_COMMAND="env && pytest --cov=lz4 {project}/tests && cp .coverage {project} && pushd {project} && codecov --required; coveralls"
6
7
matrix:
8
include:
@@ -96,7 +96,6 @@ matrix:
96
install:
97
- ${PIP} install cibuildwheel==0.10.0
98
script:
99
- - env > local_env.sh
100
- cibuildwheel --output-dir dist
101
deploy:
102
- provider: pypi
0 commit comments