Skip to content

Commit

Permalink
Revert "travis: try to install auditwheel in BUILD_DEPENDS to fix iss…
Browse files Browse the repository at this point in the history
…ue with wheel 0.32"

This reverts commit aa3049e.
  • Loading branch information
anthrotype committed Oct 1, 2018
1 parent aa3049e commit 0df3f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ env:
global:
# directory containing the project source
- REPO_DIR=.
- BUILD_DEPENDS="wheel==0.31.1 auditwheel"
- BUILD_DEPENDS="wheel==0.31.1"
# pip dependencies to _test_ project
- TEST_DEPENDS="tox wheel==0.31.1"
# this to so prevent the latest wheel==0.32.0 from being installed in the venv
Expand Down

0 comments on commit 0df3f4c

Please sign in to comment.