Skip to content

Commit

Permalink
Add missing osx params
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed May 8, 2019
1 parent 56406a2 commit a365a25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,10 @@ jobs:
- CIBW_SKIP="cp27-* cp34-*"
- TWINE_REPOSITORY_URL=https://test.pypi.org/legacy/
- TWINE_USERNAME=qiskit
- CIBW_TEST_COMMAND="python3 {project}/examples/python/teleport.py"
- 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
script:
- sudo pip2 install cibuildwheel==0.10.1
- cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit a365a25

Please sign in to comment.