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

Commit

Permalink
Fided travis build script
Browse files Browse the repository at this point in the history
  • Loading branch information
dimiter committed Oct 29, 2019
1 parent aee0c8e commit 1fe062a
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 @@ -9,7 +9,7 @@ before_install:
- docker pull quay.io/pypa/manylinux2010_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`/requirements.txt:/io/requirements.txt -v `pwd`:/io quay.io/pypa/manylinux2010_x86_64:latest /io/build_wheels.sh

deploy:
provider: pypi
Expand Down

0 comments on commit 1fe062a

Please sign in to comment.