Skip to content

Commit 47bab28

Browse files
committed
travis: wheel needed on macOS
1 parent 8e39e31 commit 47bab28

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ matrix:
4747
install:
4848
- set -e
4949
- pip3 install -r requirements.txt -r requirements-dev.txt
50-
- if [[ "${BUILD_TARGET}" = "linux" ]]; then
51-
pip3 install auditwheel;
52-
fi
50+
- pip3 install auditwheel
5351
- if [[ "${BUILD_TARGET}" = "macos" ]]; then
5452
pip3 install delocate;
5553
fi

0 commit comments

Comments
 (0)