Skip to content

Commit

Permalink
change working directory for manylinux docker run in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed May 26, 2018
1 parent 6eb2154 commit 0167738
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 @@ -13,7 +13,7 @@ jobs:
- stage: test
before_install: &pull_docker
- docker pull $MANYLINUX_DOCKER_IMAGE
- docker run --rm -v `pwd`:/io $MANYLINUX_DOCKER_IMAGE /io/travis/build_wheels.sh
- docker run --rm -w /io/ -v `pwd`:/io $MANYLINUX_DOCKER_IMAGE /io/travis/build_wheels.sh
install:
- pip install -U tox-travis
python:
Expand Down

0 comments on commit 0167738

Please sign in to comment.