Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Travis fix3
Browse files Browse the repository at this point in the history
  • Loading branch information
dimiter committed Oct 29, 2019
1 parent db049e0 commit c12b525
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -13,7 +13,7 @@ before_install:
- docker pull quay.io/pypa/manylinux1_x86_64

script:
- docker run --rm -e PLAT=manylinux2010_x86_64 -v `pwd`:/io quay.io/pypa/manylinux2010_x86_64:latest /io/build_wheels.sh
- docker run --rm -e PLAT=manylinux2010_x86_64 -v `pwd`:/io -v `pwd`/build_wheels.sh:/io/build_wheels.sh quay.io/pypa/manylinux2010_x86_64:latest /io/build_wheels.sh

deploy:
provider: pypi
Expand Down
Empty file modified build_wheels.sh
100644 → 100755
Empty file.

0 comments on commit c12b525

Please sign in to comment.