Skip to content

Commit 7a444a8

Browse files
Print out env ahead of testing
1 parent bc87e55 commit 7a444a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ env:
22
global:
33
- CIBW_BEFORE_BUILD="pip install -U pip"
44
- 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"
5+
- CIBW_TEST_COMMAND="env && pytest --cov=lz4 {project}/tests && cp .coverage {project} && pushd {project} && codecov --required; coveralls"
66

77
matrix:
88
include:
@@ -96,7 +96,6 @@ matrix:
9696
install:
9797
- ${PIP} install cibuildwheel==0.10.0
9898
script:
99-
- env > local_env.sh
10099
- cibuildwheel --output-dir dist
101100
deploy:
102101
- provider: pypi

0 commit comments

Comments
 (0)