Skip to content

Commit

Permalink
Don't update pip in venv creation
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Aug 29, 2019
1 parent ed2113b commit 242ca4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ jobs:
- TWINE_USERNAME=qiskit
- CIBW_TEST_COMMAND="python3 {project}/tools/verify_wheels.py"
- CIBW_TEST_REQUIRES="git+https://github.com/Qiskit/qiskit-terra.git"
- CIBW_ENVIRONMENT=VIRTUALENV_NO_DOWNLOAD=1
- VIRTUALENV_NO_DOWNLOAD=1
# if: tag IS present
script:
- sudo pip install cibuildwheel==0.10.1
Expand Down

0 comments on commit 242ca4f

Please sign in to comment.